view Plugins/Samples/WebSkeleton/CMakeLists.txt @ 4686:d28eab3994f9 Orthanc-0.8.6

hotpatch to make Orthanc 0.8.6 compile on Ubuntu 18.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Jun 2021 14:57:16 +0200
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}
  )