RayTBRP's picture
Upload 3580 files
ed05cec verified
raw
history blame
1.33 kB
#----------------------------------------------------------------
# Generated CMake target import file for configuration "Release".
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "ffi_static" for configuration "Release"
set_property(TARGET ffi_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(ffi_static PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "ASM_MASM;C"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/ffi.lib"
)
list(APPEND _cmake_import_check_targets ffi_static )
list(APPEND _cmake_import_check_files_for_ffi_static "${_IMPORT_PREFIX}/lib/ffi.lib" )
# Import target "ffi_shared" for configuration "Release"
set_property(TARGET ffi_shared APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(ffi_shared PROPERTIES
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/ffi.lib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/ffi.dll"
)
list(APPEND _cmake_import_check_targets ffi_shared )
list(APPEND _cmake_import_check_files_for_ffi_shared "${_IMPORT_PREFIX}/lib/ffi.lib" "${_IMPORT_PREFIX}/bin/ffi.dll" )
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)