mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
5 lines
155 B
CMake
5 lines
155 B
CMake
|
project(bzip2)
|
||
|
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||
|
add_library(cmbzip2
|
||
|
blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c)
|