[ITK Community] [Insight-users] export2RTSTRUCT

panos korfiatisp at gmail.com
Fri Dec 13 12:22:03 EST 2013


Hi Luis,

I am using the following CMakeLists.txt file.



#=========================================================
#=========================================================
# This project is designed to export the contours to RTSTRUCT.
INCLUDE_DIRECTORIES("code_IO"
"/research/SWExternal/GDCM/build/include/gdcm")
PROJECT(Export2RTSTRUCT)

# Find ITK Library
FIND_PACKAGE(ITK)
IF(ITK_FOUND)
  INCLUDE(${ITK_USE_FILE})
ELSE(ITK_FOUND)
  MESSAGE(FATAL_ERROR
          "Cannot build without ITK.  Please set ITK_DIR.")
ENDIF(ITK_FOUND)

ADD_EXECUTABLE(export2RTSTRUCT export2RTSTRUCT.cxx )

TARGET_LINK_LIBRARIES(export2RTSTRUCT ${ITK_LIBRARIES})
#=========================================================


Panagiotis



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/export2RTSTRUCT-tp7584559p7584602.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users



More information about the Community mailing list