view Plugins/Samples/StorageArea/CMakeLists.txt @ 2975:e62e296a5714

use Toolbox::IsIntegeer instead of try_lexical_convert that is not available on some platform
author am@osimis.io
date Thu, 06 Dec 2018 11:16:23 +0100
parents 97268448bdfc
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

project(Basic)

set(SAMPLES_ROOT ${CMAKE_SOURCE_DIR}/..)
include(${SAMPLES_ROOT}/Common/OrthancPlugins.cmake)

add_library(PluginTest SHARED Plugin.cpp)