view Plugins/Samples/StorageArea/CMakeLists.txt @ 3323:a15a4b9d8c00

Added image clipping to <T> FillPolygon_ to prevent out-of-memory access
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 Mar 2019 09:00:34 +0100
parents 97268448bdfc
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

project(Basic)

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

add_library(PluginTest SHARED Plugin.cpp)