comparison CMakeLists.txt @ 21:20f623762e8e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Nov 2016 15:54:06 +0100
parents 946377d1c992
children b01d46e5a2b3
comparison
equal deleted inserted replaced
20:946377d1c992 21:20f623762e8e
5 ##################################################################### 5 #####################################################################
6 ## Build a static library containing the Orthanc Stone framework 6 ## Build a static library containing the Orthanc Stone framework
7 ##################################################################### 7 #####################################################################
8 8
9 include(Resources/CMake/OrthancStone.cmake) 9 include(Resources/CMake/OrthancStone.cmake)
10
11 add_definitions(
12 -DORTHANC_SANDBOXED=0
13 )
14
10 add_library(OrthancStone STATIC ${ORTHANC_STONE_SOURCES}) 15 add_library(OrthancStone STATIC ${ORTHANC_STONE_SOURCES})
11 16
12 17
13 ##################################################################### 18 #####################################################################
14 ## CMake parameters for Google Test 19 ## CMake parameters for Google Test