view OrthancServer/Plugins/Samples/CustomImageDecoder/CMakeLists.txt @ 4044:d25f4c0fa160 framework

splitting code into OrthancFramework and OrthancServer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 20:30:34 +0200
parents Plugins/Samples/CustomImageDecoder/CMakeLists.txt@a71d74987090
children cd363608551a
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)