comparison CMakeLists.txt @ 928:882833632b1f mac

integration mainline -> mac
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Apr 2014 17:02:07 +0200
parents 312d04beb0a2 40d09221077a
children 27d256e0b458
comparison
equal deleted inserted replaced
927:ff1812962f30 928:882833632b1f
13 # Parameters of the build 13 # Parameters of the build
14 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 14 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
15 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 15 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
16 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL") 16 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL")
17 SET(BUILD_CLIENT_LIBRARY ON CACHE BOOL "Build the client library") 17 SET(BUILD_CLIENT_LIBRARY ON CACHE BOOL "Build the client library")
18 SET(DCMTK_DICTIONARY_DIR "/usr/share/dcmtk" CACHE PATH "Directory containing the DCMTK dictionaries \"dicom.dic\" and \"private.dic\" (only when using system version of DCMTK)") 18 SET(DCMTK_DICTIONARY_DIR "" CACHE PATH "Directory containing the DCMTK dictionaries \"dicom.dic\" and \"private.dic\" (only when using system version of DCMTK)")
19 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 19 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
20 SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests") 20 SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests")
21 21
22 # Advanced parameters to fine-tune linking against system libraries 22 # Advanced parameters to fine-tune linking against system libraries
23 SET(USE_SYSTEM_JSONCPP ON CACHE BOOL "Use the system version of JsonCpp") 23 SET(USE_SYSTEM_JSONCPP ON CACHE BOOL "Use the system version of JsonCpp")
205 OrthancServer/Internals/CommandDispatcher.cpp 205 OrthancServer/Internals/CommandDispatcher.cpp
206 OrthancServer/Internals/FindScp.cpp 206 OrthancServer/Internals/FindScp.cpp
207 OrthancServer/Internals/MoveScp.cpp 207 OrthancServer/Internals/MoveScp.cpp
208 OrthancServer/Internals/StoreScp.cpp 208 OrthancServer/Internals/StoreScp.cpp
209 OrthancServer/OrthancInitialization.cpp 209 OrthancServer/OrthancInitialization.cpp
210 OrthancServer/OrthancRestApi.cpp 210 OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp
211 OrthancServer/OrthancRestApi/OrthancRestApi.cpp
212 OrthancServer/OrthancRestApi/OrthancRestArchive.cpp
213 OrthancServer/OrthancRestApi/OrthancRestChanges.cpp
214 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp
215 OrthancServer/OrthancRestApi/OrthancRestResources.cpp
216 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp
211 OrthancServer/ServerIndex.cpp 217 OrthancServer/ServerIndex.cpp
212 OrthancServer/ToDcmtkBridge.cpp 218 OrthancServer/ToDcmtkBridge.cpp
213 OrthancServer/DatabaseWrapper.cpp 219 OrthancServer/DatabaseWrapper.cpp
214 OrthancServer/ServerContext.cpp 220 OrthancServer/ServerContext.cpp
215 OrthancServer/ServerEnumerations.cpp 221 OrthancServer/ServerEnumerations.cpp