# # This file sets up include directories, link directories, and # compiler settings for a project to use I2TK. It should not be # included directly, but rather through the I2TK_USE_FILE setting # obtained from I2TKConfig.cmake. # # Add include directories needed to use I2TK. INCLUDE_DIRECTORIES(${I2TK_INCLUDE_DIRS}) # Add link directories needed to use I2TK. LINK_DIRECTORIES(${I2TK_LIBRARY_DIRS})