#----------------------------------------------------------------------------- # Include directories for other projects installed on the system. SET(GIFT_INCLUDE_DIRS_SYSTEM "") #----------------------------------------------------------------------------- # Include directories from the build tree. SET(GIFT_INCLUDE_DIRS_BUILD_TREE ${GIFT_BINARY_DIR}) # These directories are always needed. SET(GIFT_INCLUDE_DIRS_BUILD_TREE ${GIFT_INCLUDE_DIRS_BUILD_TREE} ${GIFT_SOURCE_DIR}/Source ${GIFT_BINARY_DIR}/Source ) #----------------------------------------------------------------------------- # Include directories needed for .cxx files in GIFT. These include # directories will NOT be available to user projects. SET(GIFT_INCLUDE_DIRS_BUILD_TREE_CXX) #----------------------------------------------------------------------------- # Include directories from the install tree. SET(GIFT_INSTALL_INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/include/InsightToolkit") SET(GIFT_INCLUDE_DIRS_INSTALL_TREE ${GIFT_INCLUDE_DIRS_INSTALL_TREE} ${GIFT_INSTALL_INCLUDE_DIR} ${GIFT_INSTALL_INCLUDE_DIR}/Source )