Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
16
3party/bsdiff-courgette/CMakeLists.txt
Normal file
16
3party/bsdiff-courgette/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
project(bsdiff)
|
||||
|
||||
set(SRC
|
||||
bsdiff/bsdiff.h
|
||||
bsdiff/bsdiff_common.h
|
||||
bsdiff/bsdiff_search.h
|
||||
divsufsort/divsufsort.cc
|
||||
divsufsort/divsufsort.h
|
||||
divsufsort/divsufsort_private.h
|
||||
divsufsort/sssort.cc
|
||||
divsufsort/trsort.cc
|
||||
)
|
||||
|
||||
add_library(${PROJECT_NAME} ${SRC})
|
||||
|
||||
omim_add_test_subdirectory(bsdiff/bsdiff_tests)
|
||||
Loading…
Add table
Add a link
Reference in a new issue