Skip to content

Commit 2ff32b8

Browse files
authored
Merge pull request #642 from sanpeqf/fixup-circle
fixup circle: added pthread library in example
2 parents 3607a1d + 1e90577 commit 2ff32b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/circle/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
add_executable(circle-atomic atomic.c)
7-
target_link_libraries(circle-atomic bfdev)
7+
target_link_libraries(circle-atomic bfdev pthread)
88
add_test(circle-atomic circle-atomic)
99

1010
if(${CMAKE_PROJECT_NAME} STREQUAL "bfdev")

0 commit comments

Comments
 (0)