comparison OrthancServer/CMakeLists.txt @ 4099:bf1a17f12306

moving version scripts from OrthancFramework to OrthancServer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 08:48:35 +0200
parents d633e5bb7ba3
children 7c9ff821063a
comparison
equal deleted inserted replaced
4098:64e92ffbba0f 4099:bf1a17f12306
46 ## Configuration of the Orthanc framework 46 ## Configuration of the Orthanc framework
47 ##################################################################### 47 #####################################################################
48 48
49 include(${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/CMake/VisualStudioPrecompiledHeaders.cmake) 49 include(${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/CMake/VisualStudioPrecompiledHeaders.cmake)
50 include(${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake) 50 include(${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake)
51
52 # To export the proper symbols in the sample plugins
53 include(${CMAKE_SOURCE_DIR}/Plugins/Samples/Common/OrthancPluginsExports.cmake)
51 54
52 55
53 ##################################################################### 56 #####################################################################
54 ## List of source files 57 ## List of source files
55 ##################################################################### 58 #####################################################################