Mercurial > hg > orthanc
view Plugins/Samples/CustomImageDecoder/CMakeLists.txt @ 3342:63f59ad9381a
Fix issue #136 (C-Find request fails when found DICOM file does not have certain tags)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Apr 2019 13:36:13 +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)