comparison Applications/Samples/Sdl/CMakeLists.txt @ 1595:621e4e11783d

doxygen target, more consistent ORTHANC_STONE_ROOT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 17:42:13 +0100
parents 0d4b11ba86df
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1594:74ed691f9c64 1595:621e4e11783d
28 set(ORTHANC_BOOST_COMPONENTS program_options) 28 set(ORTHANC_BOOST_COMPONENTS program_options)
29 29
30 set(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test") 30 set(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test")
31 set(USE_GOOGLE_TEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") 31 set(USE_GOOGLE_TEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")
32 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) 32 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE)
33 include(${ORTHANC_STONE_ROOT}/Resources/Orthanc/CMake/DownloadPackage.cmake) 33 include(${ORTHANC_STONE_ROOT}/../Resources/Orthanc/CMake/DownloadPackage.cmake)
34 include(${ORTHANC_STONE_ROOT}/Resources/Orthanc/CMake/GoogleTestConfiguration.cmake) 34 include(${ORTHANC_STONE_ROOT}/../Resources/Orthanc/CMake/GoogleTestConfiguration.cmake)
35 35
36 else() 36 else()
37 set(ENABLE_GOOGLE_TEST ON) 37 set(ENABLE_GOOGLE_TEST ON)
38 set(ENABLE_LOCALE ON) # Necessary for text rendering 38 set(ENABLE_LOCALE ON) # Necessary for text rendering
39 set(ENABLE_OPENGL ON) # <== 39 set(ENABLE_OPENGL ON) # <==