comparison StoneWebViewer/Plugin/CMakeLists.txt @ 1512:244ad1e4e76a

reorganization of folders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 16:21:02 +0200
parents dd1d1cc0575d
children 22d1bd085c19
comparison
equal deleted inserted replaced
1511:9dfeee74c1e6 1512:244ad1e4e76a
30 set(ORTHANC_FRAMEWORK_STATIC OFF CACHE BOOL "If linking against the Orthanc framework system library, indicates whether this library was statically linked") 30 set(ORTHANC_FRAMEWORK_STATIC OFF CACHE BOOL "If linking against the Orthanc framework system library, indicates whether this library was statically linked")
31 mark_as_advanced(ORTHANC_FRAMEWORK_STATIC) 31 mark_as_advanced(ORTHANC_FRAMEWORK_STATIC)
32 32
33 33
34 # Download and setup the Orthanc framework 34 # Download and setup the Orthanc framework
35 include(${CMAKE_SOURCE_DIR}/../../Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) 35 include(${CMAKE_SOURCE_DIR}/../../OrthancStone/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)
36 36
37 if (ORTHANC_FRAMEWORK_SOURCE STREQUAL "system") 37 if (ORTHANC_FRAMEWORK_SOURCE STREQUAL "system")
38 link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES}) 38 link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES})
39 39
40 else() 40 else()