diff --git a/libropkg/CMakeLists.txt b/libropkg/CMakeLists.txt index 9c091f4..f30f7fb 100644 --- a/libropkg/CMakeLists.txt +++ b/libropkg/CMakeLists.txt @@ -6,10 +6,9 @@ set_target_properties(libropkg PROPERTIES OUTPUT_NAME ropkg) target_link_libraries(libropkg Bluelib::Io - ${ZSTD_LIBRARY}) + Bluelib::Compress) target_include_directories(libropkg PUBLIC - include/ - ${ZSTD_INCLUDE_DIR}) + include/) target_compile_definitions(libropkg PRIVATE LIBROPKG_EXPORT=1 LIBROPKG_STATIC=0)