comparison Samples/Sdl/SingleFrameViewer/CMakeLists.txt @ 1397:1c2d065ba372

cleanup
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:41:36 +0200
parents ab871499ed30
children 70b0b1dc1de4
comparison
equal deleted inserted replaced
1396:dd2b75ee644b 1397:1c2d065ba372
8 8
9 include(${STONE_ROOT}/Resources/CMake/OrthancStoneParameters.cmake) 9 include(${STONE_ROOT}/Resources/CMake/OrthancStoneParameters.cmake)
10 10
11 SET(ENABLE_GOOGLE_TEST OFF) 11 SET(ENABLE_GOOGLE_TEST OFF)
12 SET(ENABLE_LOCALE ON) # Necessary for text rendering 12 SET(ENABLE_LOCALE ON) # Necessary for text rendering
13 SET(ENABLE_QT OFF)
14 SET(ENABLE_SDL ON) 13 SET(ENABLE_SDL ON)
15 SET(ENABLE_DCMTK ON) # <== 14 SET(ENABLE_DCMTK ON) # <==
16 SET(ENABLE_OPENGL ON) # <== 15 SET(ENABLE_OPENGL ON) # <==
17 SET(ENABLE_WEB_CLIENT ON) 16 SET(ENABLE_WEB_CLIENT ON)
18 SET(ORTHANC_SANDBOXED OFF) 17 SET(ORTHANC_SANDBOXED OFF)