diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:57:29 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:57:29 +0100 |
| commit | 79deea9b48edbf054c22801ce13a48aab9ffbc21 (patch) | |
| tree | a0e81a9dfbc23ca37ea4b75299f41e6da21e3e14 /CMakeLists.txt | |
| parent | 2f5f7b027d68c0d9e3b9f7c4b80a89358c0dd74f (diff) | |
| download | wanda-79deea9b48edbf054c22801ce13a48aab9ffbc21.tar.xz wanda-79deea9b48edbf054c22801ce13a48aab9ffbc21.zip | |
cli: switch to lyra
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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 |
