view Plugins/Samples/CustomImageDecoder/CMakeLists.txt @ 2056:e166a902b3c4

removal of warnings in msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Jun 2016 17:35:58 +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)