diff options
Diffstat (limited to 'depends/patchlib/CMakeLists.txt')
-rw-r--r-- | depends/patchlib/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/depends/patchlib/CMakeLists.txt b/depends/patchlib/CMakeLists.txt deleted file mode 100644 index 4130e08f..00000000 --- a/depends/patchlib/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -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}) |