Skip to content

Commit

Permalink
probes.h is a dependency, as it is included from picotls.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed May 14, 2020
1 parent 6d1eaab commit fdc0508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ IF ((CMAKE_SIZEOF_VOID_P EQUAL 8) AND
deps/picotest/picotest.c
lib/picotls.c
lib/fusion.c
t/fusion.c)
t/fusion.c
${CMAKE_CURRENT_BINARY_DIR}/picotls-probes.h)
SET_TARGET_PROPERTIES(test-fusion.t PROPERTIES COMPILE_FLAGS "-mavx2 -maes -mpclmul")
SET(TEST_EXES ${TEST_EXES} test-fusion.t)
ENDIF ()
Expand Down

0 comments on commit fdc0508

Please sign in to comment.