Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancCppClient/Package/Test/Vtk/CMakeLists.txt Thu Jul 18 12:11:33 2013 +0200 +++ b/OrthancCppClient/Package/Test/Vtk/CMakeLists.txt Thu Jul 18 12:36:02 2013 +0200 @@ -2,6 +2,9 @@ project(OrthancCppClientTest) +set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../..) +include(../../OrthancCppClient.cmake) + find_package(VTK REQUIRED) include(${VTK_USE_FILE})