comparison OrthancServer/Plugins/Samples/WebSkeleton/CMakeLists.txt @ 4050:cd363608551a framework

fix paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 11:44:48 +0200
parents d25f4c0fa160
children 3d6ee570cfb2
comparison
equal deleted inserted replaced
4049:47e9e788224c 4050:cd363608551a
1 cmake_minimum_required(VERSION 2.8) 1 cmake_minimum_required(VERSION 2.8)
2 2
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
7 include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake)
8
6 SET(RESOURCES_ROOT ${CMAKE_SOURCE_DIR}/StaticResources) 9 SET(RESOURCES_ROOT ${CMAKE_SOURCE_DIR}/StaticResources)
7
8 set(SAMPLES_ROOT ${CMAKE_SOURCE_DIR}/..)
9 include(${SAMPLES_ROOT}/Common/OrthancPlugins.cmake)
10
11 include(Framework/Framework.cmake) 10 include(Framework/Framework.cmake)
12 11
13 add_library(WebSkeleton SHARED 12 add_library(WebSkeleton SHARED
14 ${AUTOGENERATED_SOURCES} 13 ${AUTOGENERATED_SOURCES}
15 ) 14 )