Mercurial > hg > orthanc
view Resources/Samples/OrthancCppClient/Basic/CMakeLists.txt @ 573:8fb9867d8089 laaw
documentation
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 26 Sep 2013 17:52:11 +0200 |
parents | 4f5b4b0fa626 |
children |
line wrap: on
line source
# Mini-project to check whether "OrthancCppClient" can compile in a # standalone fashion cmake_minimum_required(VERSION 2.8) project(OrthancCppClientTest) set(STATIC_BUILD OFF) set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../..) include(../OrthancCppClient.cmake) add_executable(Test main.cpp ${ORTHANC_CPP_CLIENT_SOURCES} )