comparison CMakeLists.txt @ 79:068551520123

New Python function: "orthanc.RegisterStorageArea()"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Aug 2021 17:52:17 +0200
parents 2b9d82366e3a
children 347af6f3d63a
comparison
equal deleted inserted replaced
78:2b9d82366e3a 79:068551520123
164 ) 164 )
165 165
166 add_library(OrthancPython SHARED 166 add_library(OrthancPython SHARED
167 Sources/Autogenerated/sdk.cpp 167 Sources/Autogenerated/sdk.cpp
168 Sources/DicomScpCallbacks.cpp 168 Sources/DicomScpCallbacks.cpp
169 Sources/ICallbackRegistration.cpp
169 Sources/IncomingHttpRequestFilter.cpp 170 Sources/IncomingHttpRequestFilter.cpp
170 Sources/OnChangeCallback.cpp 171 Sources/OnChangeCallback.cpp
171 Sources/OnStoredInstanceCallback.cpp 172 Sources/OnStoredInstanceCallback.cpp
172 Sources/Plugin.cpp 173 Sources/Plugin.cpp
173 Sources/PythonFunction.cpp 174 Sources/PythonFunction.cpp
174 Sources/PythonLock.cpp 175 Sources/PythonLock.cpp
175 Sources/PythonModule.cpp 176 Sources/PythonModule.cpp
176 Sources/PythonObject.cpp 177 Sources/PythonObject.cpp
177 Sources/PythonString.cpp 178 Sources/PythonString.cpp
178 Sources/RestCallbacks.cpp 179 Sources/RestCallbacks.cpp
179 Sources/ICallbackRegistration.cpp 180 Sources/StorageArea.cpp
180 181
181 # Third-party sources 182 # Third-party sources
182 ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp 183 ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp
183 ${BOOST_SOURCES} 184 ${BOOST_SOURCES}
184 ${JSONCPP_SOURCES} 185 ${JSONCPP_SOURCES}