Initial commit
This commit is contained in:
11
LibDEFLATE/CMakeLists.txt
Normal file
11
LibDEFLATE/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(LIBDEFLATE_SOURCES
|
||||
Compressor.cpp
|
||||
Decompressor.cpp
|
||||
HuffmanTree.cpp
|
||||
)
|
||||
|
||||
add_library(libdeflate ${LIBDEFLATE_SOURCES})
|
||||
banan_link_library(libdeflate ban)
|
||||
|
||||
banan_install_headers(libdeflate)
|
||||
install(TARGETS libdeflate OPTIONAL)
|
||||
Reference in New Issue
Block a user