comparison Platforms/Generic/CMakeLists.txt @ 279:8f5d7495076d am-2

SimpleViewer sample working in SDL, Qt and WASM
author am@osimis.io
date Mon, 27 Aug 2018 15:40:13 +0200
parents 5de5699ad570
children 829163c6efc1
comparison
equal deleted inserted replaced
278:8a86695fcbc3 279:8f5d7495076d
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