mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Conflicts: config/ocsync_log.conf src/csync.c src/csync.h src/csync_config.c src/csync_log.h src/csync_private.h src/csync_statedb.c tests/csync_tests/check_csync_config.c
4 lines
178 B
CMake
4 lines
178 B
CMake
option(UNIT_TESTING "Build with unit tests" OFF)
|
|
option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)
|
|
option(LOG_TO_CALLBACK "Enable extended logging through a callback" OFF)
|