# HG changeset patch # User Benjamin Golinvaux # Date 1585645294 -7200 # Node ID 04055b6b9e2cdc3fd4384a676a5724b36197e272 # Parent 5b731e1762360063adf2ec20a80ce76485c6001d Added header files to the CMake files to ease navigation in IDE. diff -r 5b731e176236 -r 04055b6b9e2c Resources/CMake/OrthancStoneConfiguration.cmake --- a/Resources/CMake/OrthancStoneConfiguration.cmake Tue Mar 31 11:01:00 2020 +0200 +++ b/Resources/CMake/OrthancStoneConfiguration.cmake Tue Mar 31 11:01:34 2020 +0200 @@ -257,18 +257,26 @@ if (NOT ORTHANC_SANDBOXED) set(PLATFORM_SOURCES ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.cpp + ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.cpp + ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp + ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleDelayedCallExecutor.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp + ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp + ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp + ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.h ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp + ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.h ) if (ENABLE_SDL) list(APPEND ORTHANC_STONE_SOURCES ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.cpp + ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.h ) endif() @@ -276,7 +284,9 @@ if (ENABLE_OPENGL) list(APPEND ORTHANC_STONE_SOURCES ${ORTHANC_STONE_ROOT}/Framework/OpenGL/SdlOpenGLContext.cpp + ${ORTHANC_STONE_ROOT}/Framework/OpenGL/SdlOpenGLContext.h ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlViewport.cpp + ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlViewport.h ) endif() endif()