diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 53129c84..bd0c28b3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -81,6 +81,7 @@ endif () target_link_libraries(gpgfrontend_core PRIVATE spdlog) # link libarchive +find_package(LibArchive REQUIRED) target_link_libraries(gpgfrontend_core PRIVATE archive) # link json |