Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379432f commit 03d47a9Copy full SHA for 03d47a9
tests/CMakeLists.txt
@@ -1,14 +1,11 @@
1
#tests
2
3
-include_directories("${THREAD_POOL_CPP_INC_DIR}")
4
-include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
5
-
6
enable_testing()
7
8
add_executable(fixed_function_test fixed_function.t.cpp)
9
target_link_libraries(fixed_function_test)
10
add_test(NAME FixedFunctionTest COMMAND fixed_function_test)
11
12
add_executable(thread_pool_test thread_pool.t.cpp thread_pool2.t.cpp)
13
-target_link_libraries(thread_pool_test pthread)
+target_link_libraries(thread_pool_test)
14
add_test(NAME ThreadPoolTest COMMAND thread_pool_test)
0 commit comments