comparison Applications/CMakeLists.txt @ 192:f299c191cd76

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 07:41:22 +0200
parents 7d19f0cda6ae
children e57e6ca5303d
comparison
equal deleted inserted replaced
191:ce70678d9a9c 192:f299c191cd76
48 SET(ENABLE_ZLIB ON) 48 SET(ENABLE_ZLIB ON)
49 SET(HAS_EMBEDDED_RESOURCES ON) 49 SET(HAS_EMBEDDED_RESOURCES ON)
50 50
51 include(${ORTHANC_ROOT}/Resources/CMake/VisualStudioPrecompiledHeaders.cmake) 51 include(${ORTHANC_ROOT}/Resources/CMake/VisualStudioPrecompiledHeaders.cmake)
52 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 52 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
53 include_directories(${ORTHANC_ROOT}) 53 include_directories(
54 ${ORTHANC_ROOT}/Core/
55 ${ORTHANC_ROOT}/Plugins/Samples/Common/
56 )
54 57
55 58
56 # Include components specific to WSI 59 # Include components specific to WSI
57 include(${ORTHANC_WSI_DIR}/Resources/CMake/BoostExtendedConfiguration.cmake) 60 include(${ORTHANC_WSI_DIR}/Resources/CMake/BoostExtendedConfiguration.cmake)
58 include(${ORTHANC_WSI_DIR}/Resources/CMake/OpenJpegConfiguration.cmake) 61 include(${ORTHANC_WSI_DIR}/Resources/CMake/OpenJpegConfiguration.cmake)
151 ##################################################################### 154 #####################################################################
152 ## Create the static library containing the framework 155 ## Create the static library containing the framework
153 ##################################################################### 156 #####################################################################
154 157
155 add_library(OrthancWSIFramework STATIC 158 add_library(OrthancWSIFramework STATIC
159 ${ORTHANC_WSI_PCH}
160 ${ORTHANC_WSI_SOURCES}
161
156 ${ORTHANC_CORE_PCH} 162 ${ORTHANC_CORE_PCH}
157 ${ORTHANC_CORE_SOURCES_INTERNAL} 163 ${ORTHANC_CORE_SOURCES_INTERNAL}
158 ${ORTHANC_CORE_SOURCES_DEPENDENCIES} 164 ${ORTHANC_CORE_SOURCES_DEPENDENCIES}
159 ${ORTHANC_DICOM_SOURCES_INTERNAL} 165 ${ORTHANC_DICOM_SOURCES_INTERNAL}
160 ${ORTHANC_DICOM_SOURCES_DEPENDENCIES} 166 ${ORTHANC_DICOM_SOURCES_DEPENDENCIES}
161 ${ORTHANC_WSI_PCH}
162 ${ORTHANC_WSI_SOURCES}
163 ${AUTOGENERATED_SOURCES} 167 ${AUTOGENERATED_SOURCES}
164 ${BOOST_EXTENDED_SOURCES} 168 ${BOOST_EXTENDED_SOURCES}
165 169
166 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp 170 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
167 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp 171 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp