aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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/"