From 79deea9b48edbf054c22801ce13a48aab9ffbc21 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 29 Nov 2019 11:57:29 +0100 Subject: cli: switch to lyra --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3