diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 19:11:04 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 19:11:04 -0500 |
| commit | 5d4d17f1b61c2a11fba2639bf1ac278adf251bdb (patch) | |
| tree | 6034b9dd8d6bd641ead98bf9d27389e4629f0690 /src/lib | |
| parent | bbef901057d1807a1e2ae28fa87be95da6547bf5 (diff) | |
| download | stasis-5d4d17f1b61c2a11fba2639bf1ac278adf251bdb.tar.gz | |
Add missing includes for libzip
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/CMakeLists.txt b/src/lib/core/CMakeLists.txt index c80a075..0fb273c 100644 --- a/src/lib/core/CMakeLists.txt +++ b/src/lib/core/CMakeLists.txt @@ -28,6 +28,7 @@ add_library(stasis_core STATIC target_include_directories(stasis_core PRIVATE ${core_INCLUDE} ${delivery_INCLUDE} + ${ZIP_INCLUDEDIR} ${CMAKE_CURRENT_SOURCE_DIR}/include ) target_link_libraries(stasis_core PRIVATE |
