Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/AutomatedJpeg2kCompression/CMakeLists.txt @ 4091:19a2f1d2b816 framework
moved CMakeLists.txt for the server to the OrthancServer folder
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Jun 2020 07:30:50 +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(AutomatedJpeg2kCompression SHARED Plugin.cpp)