diff Google/CMakeLists.txt @ 22:319d41a22de4

more lightweight use of Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Sep 2020 14:17:43 +0200
parents 44de9edf2443
children f10874e13d11
line wrap: on
line diff
--- a/Google/CMakeLists.txt	Wed Sep 02 18:15:45 2020 +0200
+++ b/Google/CMakeLists.txt	Mon Sep 07 14:17:43 2020 +0200
@@ -17,6 +17,9 @@
 
 set(ENABLE_GOOGLE_TEST ON)
 set(ORTHANC_FRAMEWORK_PLUGIN ON)
+set(ENABLE_MODULE_IMAGES OFF)
+set(ENABLE_MODULE_JOBS OFF)
+set(ENABLE_MODULE_DICOM OFF)
 
 include(${ORTHANC_FRAMEWORK_ROOT}/../Resources/CMake/OrthancFrameworkConfiguration.cmake)
 include(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Samples/Common/OrthancPluginsExports.cmake)