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

7 lines
125 B
CMake
Raw Normal View History

2021-10-18 04:24:12 +01:00
cmake_policy(SET CMP0077 NEW)
2021-10-18 00:17:15 +01:00
SET(ENABLE_LIB_ONLY ON)
SET(ENABLE_STATIC_LIB ON)
2021-10-18 02:44:57 +01:00
add_subdirectory(bzip2)
include(lzip.cmake)