Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/Basic/CMakeLists.txt @ 4125:06b70f1063c0 framework-gpl
archive branch with GPL-licensed Orthanc framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 Jul 2020 20:27:16 +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.c)