comparison Plugins/Samples/WebSkeleton/CMakeLists.txt @ 1669:a412ad57f0f9 db-changes

refactoring of sample plugins, OrthancPluginReconstructMainDicomTags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Oct 2015 11:55:25 +0200
parents 97268448bdfc
children
comparison
equal deleted inserted replaced
1668:de1413733c97 1669:a412ad57f0f9
3 project(WebSkeleton) 3 project(WebSkeleton)
4 4
5 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") 5 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
6 SET(RESOURCES_ROOT ${CMAKE_SOURCE_DIR}/StaticResources) 6 SET(RESOURCES_ROOT ${CMAKE_SOURCE_DIR}/StaticResources)
7 7
8 include(Framework/Framework.cmake)
9
10 set(SAMPLES_ROOT ${CMAKE_SOURCE_DIR}/..) 8 set(SAMPLES_ROOT ${CMAKE_SOURCE_DIR}/..)
11 include(${SAMPLES_ROOT}/Common/OrthancPlugins.cmake) 9 include(${SAMPLES_ROOT}/Common/OrthancPlugins.cmake)
10
11 include(Framework/Framework.cmake)
12 12
13 add_library(WebSkeleton SHARED 13 add_library(WebSkeleton SHARED
14 ${AUTOGENERATED_SOURCES} 14 ${AUTOGENERATED_SOURCES}
15 ) 15 )