view Plugins/Samples/CustomImageDecoder/CMakeLists.txt @ 2858:39b171502059

added SingleValueObject: a simple implementation of a IDynamicObject that stores a single typed value
author am@osimis.io
date Fri, 05 Oct 2018 10:39:42 +0200
parents a71d74987090
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

project(CustomImageDecoder)

set(SAMPLES_ROOT ${CMAKE_SOURCE_DIR}/..)
include(${SAMPLES_ROOT}/Common/OrthancPlugins.cmake)

add_library(PluginTest SHARED Plugin.cpp)