diff StoneWebViewer/Plugin/CMakeLists.txt @ 1504:d8af188ab545

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 20:35:16 +0200
parents d450653b46d3
children 15f2edef7e7c
line wrap: on
line diff
--- a/StoneWebViewer/Plugin/CMakeLists.txt	Tue Jun 30 11:38:13 2020 +0200
+++ b/StoneWebViewer/Plugin/CMakeLists.txt	Tue Jun 30 20:35:16 2020 +0200
@@ -53,7 +53,7 @@
 add_library(StoneWebViewer SHARED
   Plugin.cpp
   ${AUTOGENERATED_SOURCES}
-  ${ORTHANC_FRAMEWORK_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp  # TODO
+  ${CMAKE_SOURCE_DIR}/../Resources/Orthanc/OrthancPluginCppWrapper.cpp
   ${ORTHANC_CORE_SOURCES}
   )