Mercurial > hg > orthanc
view Plugins/Samples/StorageArea/CMakeLists.txt @ 1396:ac4efabeb80c
Migration of the orthanc-client as a separate project
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Mon, 01 Jun 2015 11:15:55 +0200 |
| parents | 92da9e1c2daa |
| children | 97268448bdfc |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) project(Basic) set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../) include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake) add_library(PluginTest SHARED Plugin.cpp)
