comparison Samples/Sdl/CMakeLists.txt @ 1511:9dfeee74c1e6

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 10:02:59 +0200
parents b7210c688ca7
children
comparison
equal deleted inserted replaced
1510:1005c1cbe4dd 1511:9dfeee74c1e6
17 else() 17 else()
18 set(ENABLE_GOOGLE_TEST ON) 18 set(ENABLE_GOOGLE_TEST ON)
19 set(ENABLE_LOCALE ON) # Necessary for text rendering 19 set(ENABLE_LOCALE ON) # Necessary for text rendering
20 set(ENABLE_OPENGL ON) # <== 20 set(ENABLE_OPENGL ON) # <==
21 set(ENABLE_WEB_CLIENT ON) 21 set(ENABLE_WEB_CLIENT ON)
22 include(${CMAKE_SOURCE_DIR}/BoostExtendedConfiguration.cmake)
23 endif() 22 endif()
24 23
25 set(ENABLE_DCMTK ON) # <== 24 set(ENABLE_DCMTK ON) # <==
26 set(ENABLE_SDL ON) 25 set(ENABLE_SDL ON)
27 26
28 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 27 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)
29 include(${CMAKE_SOURCE_DIR}/Utilities.cmake) 28 include(${CMAKE_SOURCE_DIR}/Utilities.cmake)
30 29
30 if (NOT ORTHANC_FRAMEWORK_SOURCE STREQUAL "system")
31 # This include must be after "OrthancStoneConfiguration.cmake" to
32 # have "BOOST_SOURCES_DIR" defined
33 include(${CMAKE_SOURCE_DIR}/BoostExtendedConfiguration.cmake)
34 endif()
31 35
32 36
33 DownloadPackage( 37 DownloadPackage(
34 "a24b8136b8f3bb93f166baf97d9328de" 38 "a24b8136b8f3bb93f166baf97d9328de"
35 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip" 39 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip"