Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/WebSkeleton/CMakeLists.txt @ 4126:aad700c38719
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 Jul 2020 20:27:50 +0200 |
parents | cd363608551a |
children | 3d6ee570cfb2 |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) project(WebSkeleton) SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake) SET(RESOURCES_ROOT ${CMAKE_SOURCE_DIR}/StaticResources) include(Framework/Framework.cmake) add_library(WebSkeleton SHARED ${AUTOGENERATED_SOURCES} )