Skip to content

Commit f8587be

Browse files
committed
Fix to correctly use target_link_libraries
1 parent e2e3264 commit f8587be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internals/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
add_conventional_library(testing PUBLIC trade_v1)
1+
add_conventional_library(testing)
2+
target_link_libraries(testing PUBLIC trade_v1)
3+
24
add_conventional_executable_tests(PRIVATE testing trade_v1 testing_v1 std_thread)

0 commit comments

Comments
 (0)