Libssh2Config-noconfig.cmake 870 B

1234567891011121314151617181920
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file.
  3. #----------------------------------------------------------------
  4. # Commands may need to know the format version.
  5. set(CMAKE_IMPORT_FILE_VERSION 1)
  6. # Import target "Libssh2::libssh2" for configuration ""
  7. set_property(TARGET Libssh2::libssh2 APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
  8. set_target_properties(Libssh2::libssh2 PROPERTIES
  9. IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG ""
  10. IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libssh2.so.1.0.1"
  11. IMPORTED_SONAME_NOCONFIG "libssh2.so.1"
  12. )
  13. list(APPEND _cmake_import_check_targets Libssh2::libssh2 )
  14. list(APPEND _cmake_import_check_files_for_Libssh2::libssh2 "${_IMPORT_PREFIX}/lib/libssh2.so.1.0.1" )
  15. # Commands beyond this point should not need to know the version.
  16. set(CMAKE_IMPORT_FILE_VERSION)