Update CMakeLists.txt

This commit is contained in:
simon987 2021-09-05 09:33:17 -04:00
parent 722052e4e1
commit 22522d7d4a

View File

@ -3,8 +3,7 @@ cmake_minimum_required(VERSION 3.15)
project(scan) project(scan)
set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD 11)
option(BUILD_TESTS "Build tests" off) option(BUILD_TESTS "Build tests" on)
option(SIST_FAKE_STORE "Disable IO operations of LMDB stores for debugging purposes" 0)
add_subdirectory(third-party/antiword) add_subdirectory(third-party/antiword)
add_compile_definitions( add_compile_definitions(