view OrthancServer/Plugins/Samples/CustomImageDecoder/CMakeLists.txt @ 4090:160ec8417874 framework

integration mainline->framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2020 19:33:22 +0200
parents cd363608551a
children 3d6ee570cfb2
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

project(CustomImageDecoder)

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

add_library(PluginTest SHARED Plugin.cpp)