1234567891011121314151617181920212223242526272829 |
- #----------------------------------------------------------------
- # Generated CMake target import file for configuration "Release".
- #----------------------------------------------------------------
- # Commands may need to know the format version.
- set(CMAKE_IMPORT_FILE_VERSION 1)
- # Import target "TKernel" for configuration "Release"
- set_property(TARGET TKernel APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(TKernel PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libTKernel.so.7.6.0"
- IMPORTED_SONAME_RELEASE "libTKernel.so.7"
- )
- list(APPEND _IMPORT_CHECK_TARGETS TKernel )
- list(APPEND _IMPORT_CHECK_FILES_FOR_TKernel "${_IMPORT_PREFIX}/lib/libTKernel.so.7.6.0" )
- # Import target "TKMath" for configuration "Release"
- set_property(TARGET TKMath APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(TKMath PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libTKMath.so.7.6.0"
- IMPORTED_SONAME_RELEASE "libTKMath.so.7"
- )
- list(APPEND _IMPORT_CHECK_TARGETS TKMath )
- list(APPEND _IMPORT_CHECK_FILES_FOR_TKMath "${_IMPORT_PREFIX}/lib/libTKMath.so.7.6.0" )
- # Commands beyond this point should not need to know the version.
- set(CMAKE_IMPORT_FILE_VERSION)
|