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