Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/StorageArea/CMakeLists.txt @ 4057:8b7cd69806f2 framework
move DicomMapTests from OrthancServer to OrthancFramework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Jun 2020 13:55:25 +0200 |
parents | cd363608551a |
children | 3d6ee570cfb2 |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) project(Basic) include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake) add_library(PluginTest SHARED Plugin.cpp)