comparison Plugins/Samples/WebSkeleton/CMakeLists.txt @ 1322:f497a72d9f71

fixes to the sample plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Feb 2015 13:28:01 +0100
parents 17302d83abfd
children 92da9e1c2daa
comparison
equal deleted inserted replaced
1321:0f9e0e808e0f 1322:f497a72d9f71
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}/../../OrthancCPlugin/) 10 include_directories(${CMAKE_SOURCE_DIR}/../../Include/)
11 11
12 add_library(WebSkeleton SHARED 12 add_library(WebSkeleton SHARED
13 ${AUTOGENERATED_SOURCES} 13 ${AUTOGENERATED_SOURCES}
14 ) 14 )