[Insight-users] [ITK Community] 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.


More information about the Insight-users mailing list