mirror of
https://github.com/simon987/libscan.git
synced 2025-12-14 06:59:02 +00:00
Update CMakeLists.txt
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user