# HG changeset patch # User Sebastien Jodogne # Date 1597151250 -7200 # Node ID aee0f5f9cf71d5353d19fb1a7c85978c024483a8 # Parent 8ddf77198ed7622973ee95c1599a5e6a3f287ad5 fix diff -r 8ddf77198ed7 -r aee0f5f9cf71 Applications/StoneWebViewer/Plugin/CMakeLists.txt --- a/Applications/StoneWebViewer/Plugin/CMakeLists.txt Tue Aug 11 14:51:03 2020 +0200 +++ b/Applications/StoneWebViewer/Plugin/CMakeLists.txt Tue Aug 11 15:07:30 2020 +0200 @@ -32,7 +32,7 @@ # Download and setup the Orthanc framework -include(${CMAKE_SOURCE_DIR}/../../OrthancStone/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) +include(${CMAKE_SOURCE_DIR}/../../../OrthancStone/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) include_directories(${ORTHANC_FRAMEWORK_ROOT}) @@ -47,7 +47,7 @@ include(${ORTHANC_FRAMEWORK_ROOT}/../Resources/CMake/OrthancFrameworkConfiguration.cmake) endif() -include(${CMAKE_SOURCE_DIR}/../Resources/Orthanc/Plugins/OrthancPluginsExports.cmake) +include(${CMAKE_SOURCE_DIR}/../../Resources/Orthanc/Plugins/OrthancPluginsExports.cmake) if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) @@ -82,7 +82,7 @@ add_library(StoneWebViewer SHARED Plugin.cpp ${AUTOGENERATED_SOURCES} - ${CMAKE_SOURCE_DIR}/../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp + ${CMAKE_SOURCE_DIR}/../../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp ${ORTHANC_CORE_SOURCES} )