Mercurial > hg > orthanc
view Plugins/Samples/WebSkeleton/CMakeLists.txt @ 1363:feaf2840917c
Plugins now receive duplicated GET arguments in their REST callbacks
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 20 May 2015 15:21:26 +0200 |
| parents | f497a72d9f71 |
| children | 92da9e1c2daa |
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)") SET(RESOURCES_ROOT ${CMAKE_SOURCE_DIR}/StaticResources) include(Framework/Framework.cmake) include_directories(${CMAKE_SOURCE_DIR}/../../Include/) add_library(WebSkeleton SHARED ${AUTOGENERATED_SOURCES} )
