Files
Aaru.Compression.Native/3rdparty/CMakeLists.txt

7 lines
93 B
CMake
Raw Normal View History

2021-10-18 00:17:15 +01:00
message("Hello")
SET(ENABLE_LIB_ONLY ON)
SET(ENABLE_STATIC_LIB ON)
add_subdirectory(bzip2)