aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-02-26 12:07:40 +0100
committerFelix Morgner <felix.morgner@gmail.com>2025-02-26 12:07:40 +0100
commit0384acce9fe18c59605835300c52d4b5bc38db45 (patch)
tree4b7e3363ccf71d6f426dd2d95aaee0f98175f24a /examples
parent440d47cae6431de3332ac934b6056a970cc1a0d7 (diff)
downloadnewtype-0384acce9fe18c59605835300c52d4b5bc38db45.tar.xz
newtype-0384acce9fe18c59605835300c52d4b5bc38db45.zip
build: clean up CMakeLists.txt files
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 73d961e..a25b061 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -7,7 +7,7 @@ file(GLOB SOURCES
foreach(EXAMPLE IN LISTS SOURCES)
get_filename_component(NAME "${EXAMPLE}" NAME_WE)
add_executable("ex_${NAME}" "${EXAMPLE}")
- target_link_libraries("ex_${NAME}" "newtype::newtype")
+ target_link_libraries("ex_${NAME}" "newtype::lib")
endforeach()
install(DIRECTORY "src/"