mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
7 lines
93 B
CMake
7 lines
93 B
CMake
|
|
message("Hello")
|
||
|
|
|
||
|
|
|
||
|
|
SET(ENABLE_LIB_ONLY ON)
|
||
|
|
SET(ENABLE_STATIC_LIB ON)
|
||
|
|
|
||
|
|
add_subdirectory(bzip2)
|