comparison CMakeLists.txt @ 2398:7f9a78f7b5a7

STANDALONE_BUILD is a paramater of the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Aug 2017 16:47:34 +0200
parents 807ddffc0eeb
children 741765ec8374
comparison
equal deleted inserted replaced
2393:807ddffc0eeb 2398:7f9a78f7b5a7
23 set(ENABLE_DCMTK_NETWORKING ON) 23 set(ENABLE_DCMTK_NETWORKING ON)
24 set(HAS_EMBEDDED_RESOURCES ON) 24 set(HAS_EMBEDDED_RESOURCES ON)
25 25
26 26
27 ##################################################################### 27 #####################################################################
28 ## CMake parameters tunable at the command line 28 ## CMake parameters tunable at the command line to configure the
29 ## plugins, the companion tools, and the unit tests
29 ##################################################################### 30 #####################################################################
30 31
31 # Parameters of the build 32 # Parameters of the build
32 SET(BUILD_MODALITY_WORKLISTS ON CACHE BOOL "Whether to build the sample plugin to serve modality worklists") 33 SET(BUILD_MODALITY_WORKLISTS ON CACHE BOOL "Whether to build the sample plugin to serve modality worklists")
33 SET(BUILD_RECOVER_COMPRESSED_FILE ON CACHE BOOL "Whether to build the companion tool to recover files compressed using Orthanc") 34 SET(BUILD_RECOVER_COMPRESSED_FILE ON CACHE BOOL "Whether to build the companion tool to recover files compressed using Orthanc")
34 SET(BUILD_SERVE_FOLDERS ON CACHE BOOL "Whether to build the ServeFolders plugin") 35 SET(BUILD_SERVE_FOLDERS ON CACHE BOOL "Whether to build the ServeFolders plugin")
35 SET(ENABLE_PLUGINS ON CACHE BOOL "Enable plugins") 36 SET(ENABLE_PLUGINS ON CACHE BOOL "Enable plugins")
36 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
37 SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests") 37 SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests")
38 38
39 # Advanced parameters to fine-tune linking against system libraries 39 # Advanced parameters to fine-tune linking against system libraries
40 SET(USE_GTEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") 40 SET(USE_GTEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")
41 SET(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test") 41 SET(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test")