Mercurial > hg > orthanc
comparison OrthancCppClient/Package/Test/Vtk/CMakeLists.txt @ 512:1b8a1c43893e laaw
compilation of the dll 32/64
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 18 Jul 2013 12:36:02 +0200 |
parents | d87febb5f183 |
children |
comparison
equal
deleted
inserted
replaced
510:d87febb5f183 | 512:1b8a1c43893e |
---|---|
1 cmake_minimum_required(VERSION 2.8) | 1 cmake_minimum_required(VERSION 2.8) |
2 | 2 |
3 project(OrthancCppClientTest) | 3 project(OrthancCppClientTest) |
4 | |
5 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../..) | |
6 include(../../OrthancCppClient.cmake) | |
4 | 7 |
5 find_package(VTK REQUIRED) | 8 find_package(VTK REQUIRED) |
6 include(${VTK_USE_FILE}) | 9 include(${VTK_USE_FILE}) |
7 | 10 |
8 add_executable(Test | 11 add_executable(Test |