mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
5 lines
158 B
CMake
5 lines
158 B
CMake
set("LZIP_DIRECTORY" "3rdparty/lzlib-1.12")
|
|
|
|
message(STATUS "LZIP VERSION: 1.12")
|
|
|
|
target_sources("Aaru.Compression.Native" PRIVATE ${LZIP_DIRECTORY}/lzlib.c) |