mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
5 lines
105 B
CMake
5 lines
105 B
CMake
|
|
project(lzlib C)
|
||
|
|
|
||
|
|
set("LZIP_DIRECTORY" "lzlib-1.12")
|
||
|
|
|
||
|
|
add_library(lzlib STATIC ${LZIP_DIRECTORY}/lzlib.c)
|