Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireW committed Aug 17, 2024
1 parent 0f67a4b commit 2ba4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ file(GLOB SOURCES "caster/*.c")
get_filename_component(TESTS_C_ABS "caster/tests.c" ABSOLUTE)
list(REMOVE_ITEM SOURCES ${TESTS_C_ABS})

link_libraries(m pthread event_core event_extra json-c cyaml)
link_libraries(m pthread event_core event_pthreads event_extra json-c cyaml)

add_executable(caster ${SOURCES})
add_executable(tests caster/tests.c caster/util.c)
Expand Down

0 comments on commit 2ba4fcc

Please sign in to comment.