#----------------------------------------------------------------------------- # # I2TKConfig.cmake - I2TK CMake configuration file for external projects. # # This file is configured by I2TK and used by the UseI2TK.cmake module # to load I2TK's settings for an external project. # The I2TK include file directories. SET(I2TK_INCLUDE_DIRS "@I2TK_INCLUDE_DIRS_CONFIG@") # The I2TK library directories. SET(I2TK_LIBRARY_DIRS "@I2TK_LIBRARY_DIRS_CONFIG@") # The location of the UseI2TK.cmake file. SET(I2TK_USE_FILE "@I2TK_USE_FILE@")