Skip to content

Commit fdc0508

Browse files
committed
probes.h is a dependency, as it is included from picotls.c
1 parent 6d1eaab commit fdc0508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ IF ((CMAKE_SIZEOF_VOID_P EQUAL 8) AND
143143
deps/picotest/picotest.c
144144
lib/picotls.c
145145
lib/fusion.c
146-
t/fusion.c)
146+
t/fusion.c
147+
${CMAKE_CURRENT_BINARY_DIR}/picotls-probes.h)
147148
SET_TARGET_PROPERTIES(test-fusion.t PROPERTIES COMPILE_FLAGS "-mavx2 -maes -mpclmul")
148149
SET(TEST_EXES ${TEST_EXES} test-fusion.t)
149150
ENDIF ()

0 commit comments

Comments
 (0)