| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,6 +55,6 @@ set(DisruptorPerfTests_sources | |||
| 55 | 55 | add_definitions(-DBOOST_TEST_DYN_LINK) | |
| 56 | 56 | ||
| 57 | 57 | add_executable(Disruptor.PerfTests ${DisruptorPerfTests_sources}) | |
| 58 | - target_link_libraries(Disruptor.PerfTests DisruptorStatic Disruptor.TestTools ${Boost_LIBRARIES}) | ||
| 58 | + target_link_libraries(Disruptor.PerfTests DisruptorStatic Disruptor.TestTools ${Boost_LIBRARIES} pthread) | ||
| 59 | 59 | ||
| 60 | 60 | add_custom_target(performance_test ${CMAKE_CURRENT_BINARY_DIR}/Disruptor.PerfTests) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,7 +60,7 @@ set(DisruptorTests_sources | |||
| 60 | 60 | include_directories("..") | |
| 61 | 61 | ||
| 62 | 62 | add_executable(Disruptor.Tests ${DisruptorTests_sources}) | |
| 63 | - target_link_libraries(Disruptor.Tests DisruptorStatic Disruptor.TestTools ${Boost_LIBRARIES} gmock ) | ||
| 63 | + target_link_libraries(Disruptor.Tests DisruptorStatic Disruptor.TestTools ${Boost_LIBRARIES} gmock) | ||
| 64 | 64 | ||
| 65 | 65 | add_test(cmake_Disruptor.Tests ${CMAKE_CURRENT_BINARY_DIR}/Disruptor.Tests --result_code=no --report_level=no) | |
| 66 | 66 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments