Skip to content

Commit f8d73a2

Browse files
committed
Fix ci/samples build
1 parent 8aca3a0 commit f8d73a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: ci/samples/CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ set_target_properties(sample PROPERTIES
1010
CXX_STANDARD 17
1111
CXX_STANDARD_REQUIRED ON
1212
VERSION ${PROJECT_VERSION})
13-
target_link_libraries(sample PRIVATE CMakeCpp::FooBar)
13+
target_link_libraries(sample PRIVATE
14+
CMakeCpp::Foo
15+
CMakeCpp::Bar
16+
CMakeCpp::FooBar
17+
)
1418

1519
if(BUILD_TESTING)
1620
add_test(NAME sample_UT COMMAND sample)

0 commit comments

Comments
 (0)