CMake build system, big pile of libs: bspatch, quazip, java, the launcher
This commit is contained in:
parent
d6d5c86a73
commit
b1d00fce8d
69 changed files with 16978 additions and 27 deletions
14
patchlib/CMakeLists.txt
Normal file
14
patchlib/CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
project(patchlib C)
|
||||
|
||||
set(SRCS
|
||||
blocksort.c
|
||||
huffman.c
|
||||
crctable.c
|
||||
randtable.c
|
||||
compress.c
|
||||
decompress.c
|
||||
bzlib.c
|
||||
bspatch.c
|
||||
)
|
||||
|
||||
add_library(patchlib STATIC ${SRCS})
|
Loading…
Add table
Add a link
Reference in a new issue