Files
Aaru.Compression.Native/3rdparty/CMakeLists.txt
2021-10-18 02:44:57 +01:00

5 lines
94 B
CMake

SET(ENABLE_LIB_ONLY ON)
SET(ENABLE_STATIC_LIB ON)
add_subdirectory(bzip2)
include(lzip.cmake)