From ca619ecf072a87ebe6351fc437964573eed2b23f Mon Sep 17 00:00:00 2001 From: Elias Castegren Date: Thu, 26 Sep 2024 22:17:28 +0200 Subject: [PATCH] Remove target from shrubbery sample's CMake file (#145) Co-authored-by: Sylvan Clebsch --- samples/shrubbery/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/shrubbery/CMakeLists.txt b/samples/shrubbery/CMakeLists.txt index 4704814b..e6e3c5a0 100644 --- a/samples/shrubbery/CMakeLists.txt +++ b/samples/shrubbery/CMakeLists.txt @@ -11,4 +11,3 @@ target_link_libraries(shrubbery add_test(NAME shrubbery COMMAND shrubbery test -f) install(TARGETS shrubbery RUNTIME DESTINATION shrubbery) -install(DIRECTORY examples DESTINATION shrubbery)