Files
Aaru.Compression.Native/3rdparty/CMakeLists.txt
2021-10-18 04:24:12 +01:00

7 lines
125 B
CMake

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