We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3607a1d + 1e90577 commit 2ff32b8Copy full SHA for 2ff32b8
examples/circle/CMakeLists.txt
@@ -4,7 +4,7 @@
4
#
5
6
add_executable(circle-atomic atomic.c)
7
-target_link_libraries(circle-atomic bfdev)
+target_link_libraries(circle-atomic bfdev pthread)
8
add_test(circle-atomic circle-atomic)
9
10
if(${CMAKE_PROJECT_NAME} STREQUAL "bfdev")
0 commit comments