Mercurial > hg > orthanc
comparison Plugins/Samples/WebSkeleton/CMakeLists.txt @ 1390:92da9e1c2daa
improvement of samples
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 May 2015 17:24:01 +0200 |
parents | f497a72d9f71 |
children | 97268448bdfc |
comparison
equal
deleted
inserted
replaced
1389:c236a8b35a3b | 1390:92da9e1c2daa |
---|---|
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) | 8 include(Framework/Framework.cmake) |
9 | 9 |
10 include_directories(${CMAKE_SOURCE_DIR}/../../Include/) | 10 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../) |
11 include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake) | |
11 | 12 |
12 add_library(WebSkeleton SHARED | 13 add_library(WebSkeleton SHARED |
13 ${AUTOGENERATED_SOURCES} | 14 ${AUTOGENERATED_SOURCES} |
14 ) | 15 ) |