#----------------------------------------------------------------------------- # Include directories for other projects installed on the system. SET(I2TK_INCLUDE_DIRS_SYSTEM "") #----------------------------------------------------------------------------- # Include directories from the build tree. SET(I2TK_INCLUDE_DIRS_BUILD_TREE ${I2TK_BINARY_DIR}) # These directories are always needed. SET(I2TK_INCLUDE_DIRS_BUILD_TREE ${I2TK_INCLUDE_DIRS_BUILD_TREE} ${I2TK_SOURCE_DIR}/Code/Algorithms ${I2TK_SOURCE_DIR}/Code/BasicFilters ${I2TK_SOURCE_DIR}/Code/Common ${I2TK_SOURCE_DIR}/Code/IO ${I2TK_SOURCE_DIR}/Code/Numerics ) #----------------------------------------------------------------------------- # Include directories needed for .cxx files in ITK. These include # directories will NOT be available to user projects. SET(I2TK_INCLUDE_DIRS_BUILD_TREE_CXX)