aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 504ef2c..3db7399 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,7 +115,7 @@ add_executable("${PROJECT_NAME}d"
)
target_link_libraries("${PROJECT_NAME}d"
"${PROJECT_NAME}"
- "CONAN_PKG::clara"
+ "CONAN_PKG::lyra"
"PkgConfig::GIO"
)
@@ -127,7 +127,7 @@ add_executable("${PROJECT_NAME}c"
)
target_link_libraries("${PROJECT_NAME}c"
"${PROJECT_NAME}"
- "CONAN_PKG::clara"
+ "CONAN_PKG::lyra"
)
# Automated Tests