Mercurial > hg > orthanc
view Resources/Samples/OrthancCppClient/Basic/CMakeLists.txt @ 536:c0a841f282a9
coding style for eclipse
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Sep 2013 16:20:54 +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} )