cscg24-guacamole

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

FreeRDPTargets-release.cmake (922B)


      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 "freerdp" for configuration "Release"
      9set_property(TARGET freerdp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
     10set_target_properties(freerdp PROPERTIES
     11  IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "winpr"
     12  IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE ""
     13  IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libfreerdp2.so.2.11.2"
     14  IMPORTED_SONAME_RELEASE "libfreerdp2.so.2"
     15  )
     16
     17list(APPEND _cmake_import_check_targets freerdp )
     18list(APPEND _cmake_import_check_files_for_freerdp "${_IMPORT_PREFIX}/lib/libfreerdp2.so.2.11.2" )
     19
     20# Commands beyond this point should not need to know the version.
     21set(CMAKE_IMPORT_FILE_VERSION)