diff CMakeLists.txt @ 31:acfe1ea3206b

fix paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:55:18 +0200
parents ebaf3604bbc6
children eb09eb1251b9
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jun 30 07:44:54 2020 +0200
+++ b/CMakeLists.txt	Tue Jun 30 07:55:18 2020 +0200
@@ -78,7 +78,8 @@
 
 include_directories(
   ${AUTOGENERATED_DIR}
-  ${ORTHANC_ROOT}
+  ${ORTHANC_ROOT}/Core/
+  ${ORTHANC_ROOT}/Plugins/Samples/Common/
   )
 
 if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")