comparison CMakeLists.txt @ 32:976da5476810

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Apr 2024 18:35:54 +0200
parents dd0cd39e6259
children 2460b376d3f7
comparison
equal deleted inserted replaced
31:ab231760799d 32:976da5476810
201 ##################################################################### 201 #####################################################################
202 ## Create the plugin 202 ## Create the plugin
203 ##################################################################### 203 #####################################################################
204 204
205 add_library(OrthancSTL SHARED 205 add_library(OrthancSTL SHARED
206 Sources/Extent2D.cpp
206 Sources/Plugin.cpp 207 Sources/Plugin.cpp
208 Sources/Toolbox.cpp
209 Sources/VTKToolbox.cpp
210 Sources/Vector3D.cpp
211
207 ${AUTOGENERATED_SOURCES} 212 ${AUTOGENERATED_SOURCES}
208 ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp 213 ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp
209 ${ORTHANC_CORE_SOURCES_DEPENDENCIES} 214 ${ORTHANC_CORE_SOURCES_DEPENDENCIES}
210 ${ORTHANC_CORE_SOURCES_INTERNAL} 215 ${ORTHANC_CORE_SOURCES_INTERNAL}
211 ${ORTHANC_DICOM_SOURCES_DEPENDENCIES} 216 ${ORTHANC_DICOM_SOURCES_DEPENDENCIES}