Mercurial > hg > orthanc
view Plugins/Samples/WebSkeleton/CMakeLists.txt @ 1221:2255e66da726
getting rid of the dependency against Boost in the SQLite C++ wrapper
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Nov 2014 17:05:50 +0100 |
parents | 17302d83abfd |
children | f497a72d9f71 |
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}/../../OrthancCPlugin/) add_library(WebSkeleton SHARED ${AUTOGENERATED_SOURCES} )