comparison OrthancServer/Plugins/Samples/WebSkeleton/CMakeLists.txt @ 4044:d25f4c0fa160 framework

splitting code into OrthancFramework and OrthancServer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 20:30:34 +0200
parents Plugins/Samples/WebSkeleton/CMakeLists.txt@a412ad57f0f9
children cd363608551a
comparison
equal deleted inserted replaced
4043:6c6239aec462 4044:d25f4c0fa160
1 cmake_minimum_required(VERSION 2.8)
2
3 project(WebSkeleton)
4
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)
7
8 set(SAMPLES_ROOT ${CMAKE_SOURCE_DIR}/..)
9 include(${SAMPLES_ROOT}/Common/OrthancPlugins.cmake)
10
11 include(Framework/Framework.cmake)
12
13 add_library(WebSkeleton SHARED
14 ${AUTOGENERATED_SOURCES}
15 )