cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

Libssh2Config-noconfig.cmake (1357B)


      1#----------------------------------------------------------------
      2# Generated CMake target import file.
      3#----------------------------------------------------------------
      4
      5# Commands may need to know the format version.
      6set(CMAKE_IMPORT_FILE_VERSION 1)
      7
      8# Import target "Libssh2::libssh2_static" for configuration ""
      9set_property(TARGET Libssh2::libssh2_static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
     10set_target_properties(Libssh2::libssh2_static PROPERTIES
     11  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
     12  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libssh2.a"
     13  )
     14
     15list(APPEND _cmake_import_check_targets Libssh2::libssh2_static )
     16list(APPEND _cmake_import_check_files_for_Libssh2::libssh2_static "${_IMPORT_PREFIX}/lib/libssh2.a" )
     17
     18# Import target "Libssh2::libssh2_shared" for configuration ""
     19set_property(TARGET Libssh2::libssh2_shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
     20set_target_properties(Libssh2::libssh2_shared PROPERTIES
     21  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libssh2.so.1.0.1"
     22  IMPORTED_SONAME_NOCONFIG "libssh2.so.1"
     23  )
     24
     25list(APPEND _cmake_import_check_targets Libssh2::libssh2_shared )
     26list(APPEND _cmake_import_check_files_for_Libssh2::libssh2_shared "${_IMPORT_PREFIX}/lib/libssh2.so.1.0.1" )
     27
     28# Commands beyond this point should not need to know the version.
     29set(CMAKE_IMPORT_FILE_VERSION)