WinPRTargets-release.cmake (2244B)
1#---------------------------------------------------------------- 2# Generated CMake target import file for configuration "Release". 3#---------------------------------------------------------------- 4 5# Commands may need to know the format version. 6set(CMAKE_IMPORT_FILE_VERSION 1) 7 8# Import target "winpr" for configuration "Release" 9set_property(TARGET winpr APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) 10set_target_properties(winpr PROPERTIES 11 IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "" 12 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libwinpr2.so.2.11.2" 13 IMPORTED_SONAME_RELEASE "libwinpr2.so.2" 14 ) 15 16list(APPEND _cmake_import_check_targets winpr ) 17list(APPEND _cmake_import_check_files_for_winpr "${_IMPORT_PREFIX}/lib/libwinpr2.so.2.11.2" ) 18 19# Import target "winpr-tools" for configuration "Release" 20set_property(TARGET winpr-tools APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) 21set_target_properties(winpr-tools PROPERTIES 22 IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "winpr" 23 IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "" 24 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libwinpr-tools2.so.2.11.2" 25 IMPORTED_SONAME_RELEASE "libwinpr-tools2.so.2" 26 ) 27 28list(APPEND _cmake_import_check_targets winpr-tools ) 29list(APPEND _cmake_import_check_files_for_winpr-tools "${_IMPORT_PREFIX}/lib/libwinpr-tools2.so.2.11.2" ) 30 31# Import target "winpr-makecert" for configuration "Release" 32set_property(TARGET winpr-makecert APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) 33set_target_properties(winpr-makecert PROPERTIES 34 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/winpr-makecert" 35 ) 36 37list(APPEND _cmake_import_check_targets winpr-makecert ) 38list(APPEND _cmake_import_check_files_for_winpr-makecert "${_IMPORT_PREFIX}/bin/winpr-makecert" ) 39 40# Import target "winpr-hash" for configuration "Release" 41set_property(TARGET winpr-hash APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) 42set_target_properties(winpr-hash PROPERTIES 43 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/winpr-hash" 44 ) 45 46list(APPEND _cmake_import_check_targets winpr-hash ) 47list(APPEND _cmake_import_check_files_for_winpr-hash "${_IMPORT_PREFIX}/bin/winpr-hash" ) 48 49# Commands beyond this point should not need to know the version. 50set(CMAKE_IMPORT_FILE_VERSION)