comparison Samples/Qt/CMakeLists.txt @ 863:23701fbf228e am-dev

first rendering of a 2DScene in Qt widget
author Alain Mazy <alain@mazy.be>
date Mon, 24 Jun 2019 16:29:49 +0200
parents 8a8cf2991538
children 12b591d5d63c
comparison
equal deleted inserted replaced
860:238693c3bc51 863:23701fbf228e
45 SET(ORTHANC_SANDBOXED OFF) 45 SET(ORTHANC_SANDBOXED OFF)
46 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options) 46 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options)
47 47
48 include(${CMAKE_SOURCE_DIR}/../../Resources/CMake/OrthancStoneConfiguration.cmake) 48 include(${CMAKE_SOURCE_DIR}/../../Resources/CMake/OrthancStoneConfiguration.cmake)
49 49
50 add_definitions(
51 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
52 )
50 ##################################################################### 53 #####################################################################
51 ## Build the samples 54 ## Build the samples
52 ##################################################################### 55 #####################################################################
53 56
54 add_library(OrthancStone STATIC 57 add_library(OrthancStone STATIC