comparison Platforms/Generic/CMakeLists.txt @ 293:017044be141b am-2

renaming
author am@osimis.io
date Thu, 30 Aug 2018 17:15:22 +0200
parents 3c190e2bb3af
children
comparison
equal deleted inserted replaced
292:df5011cf903c 293:017044be141b
27 27
28 include(../../Resources/CMake/OrthancStoneParameters.cmake) 28 include(../../Resources/CMake/OrthancStoneParameters.cmake)
29 29
30 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options) 30 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options)
31 31
32 SET(ENABLE_SDL OFF) 32 SET(ENABLE_SDL ON)
33 SET(ENABLE_QT ON) 33 SET(ENABLE_QT OFF)
34 SET(ORTHANC_SANDBOXED OFF) 34 SET(ORTHANC_SANDBOXED OFF)
35 SET(ENABLE_CRYPTO_OPTIONS ON) 35 SET(ENABLE_CRYPTO_OPTIONS ON)
36 SET(ENABLE_GOOGLE_TEST ON) 36 SET(ENABLE_GOOGLE_TEST ON)
37 SET(ENABLE_WEB_CLIENT ON) 37 SET(ENABLE_WEB_CLIENT ON)
38 38