mirror of
https://github.com/simon987/libscan.git
synced 2025-04-05 12:23:00 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
722052e4e1
commit
22522d7d4a
@ -3,8 +3,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||
project(scan)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
option(BUILD_TESTS "Build tests" off)
|
||||
option(SIST_FAKE_STORE "Disable IO operations of LMDB stores for debugging purposes" 0)
|
||||
option(BUILD_TESTS "Build tests" on)
|
||||
|
||||
add_subdirectory(third-party/antiword)
|
||||
add_compile_definitions(
|
||||
|
Loading…
x
Reference in New Issue
Block a user