comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 1334:04055b6b9e2c broker

Added header files to the CMake files to ease navigation in IDE.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 31 Mar 2020 11:01:34 +0200
parents 4d8d642f7036
children b1396be5aa27
comparison
equal deleted inserted replaced
1333:5b731e176236 1334:04055b6b9e2c
255 ##################################################################### 255 #####################################################################
256 256
257 if (NOT ORTHANC_SANDBOXED) 257 if (NOT ORTHANC_SANDBOXED)
258 set(PLATFORM_SOURCES 258 set(PLATFORM_SOURCES
259 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.cpp 259 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.cpp
260 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.h
260 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.cpp 261 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.cpp
262 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.h
261 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp 263 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp
264 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.h
262 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleDelayedCallExecutor.h 265 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleDelayedCallExecutor.h
263 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp 266 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp
267 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.h
264 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp 268 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp
269 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.h
265 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp 270 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp
271 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.h
266 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp 272 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp
273 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.h
267 ) 274 )
268 275
269 if (ENABLE_SDL) 276 if (ENABLE_SDL)
270 list(APPEND ORTHANC_STONE_SOURCES 277 list(APPEND ORTHANC_STONE_SOURCES
271 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.cpp 278 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.cpp
279 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.h
272 ) 280 )
273 endif() 281 endif()
274 282
275 if (ENABLE_SDL OR ENABLE_QT) 283 if (ENABLE_SDL OR ENABLE_QT)
276 if (ENABLE_OPENGL) 284 if (ENABLE_OPENGL)
277 list(APPEND ORTHANC_STONE_SOURCES 285 list(APPEND ORTHANC_STONE_SOURCES
278 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/SdlOpenGLContext.cpp 286 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/SdlOpenGLContext.cpp
287 ${ORTHANC_STONE_ROOT}/Framework/OpenGL/SdlOpenGLContext.h
279 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlViewport.cpp 288 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlViewport.cpp
289 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlViewport.h
280 ) 290 )
281 endif() 291 endif()
282 endif() 292 endif()
283 elseif (ENABLE_WASM) 293 elseif (ENABLE_WASM)
284 set(STONE_WASM_SOURCES 294 set(STONE_WASM_SOURCES