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.
target_link_libraries
1 parent e2e3264 commit f8587beCopy full SHA for f8587be
internals/CMakeLists.txt
@@ -1,2 +1,4 @@
1
-add_conventional_library(testing PUBLIC trade_v1)
+add_conventional_library(testing)
2
+target_link_libraries(testing PUBLIC trade_v1)
3
+
4
add_conventional_executable_tests(PRIVATE testing trade_v1 testing_v1 std_thread)
0 commit comments