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

12 lines
127 B
CMake
Raw Normal View History

2021-10-25 01:30:34 +01:00
include(bzip2.cmake)
2021-10-18 00:17:15 +01:00
2021-10-25 01:48:55 +01:00
include(lzip.cmake)
include(lzfse.cmake)
2021-10-25 02:39:06 +01:00
include(lzma.cmake)
include(zstd.cmake)
2021-10-25 05:45:51 +01:00
include(flac.cmake)