xxHashTargets-release.cmake 1.3 KB

12345678910111213141516171819202122232425262728
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file for configuration "Release".
  3. #----------------------------------------------------------------
  4. # Commands may need to know the format version.
  5. set(CMAKE_IMPORT_FILE_VERSION 1)
  6. # Import target "xxHash::xxhash" for configuration "Release"
  7. set_property(TARGET xxHash::xxhash APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  8. set_target_properties(xxHash::xxhash PROPERTIES
  9. IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/libxxhash.dll.a"
  10. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/libxxhash.dll"
  11. )
  12. list(APPEND _IMPORT_CHECK_TARGETS xxHash::xxhash )
  13. list(APPEND _IMPORT_CHECK_FILES_FOR_xxHash::xxhash "${_IMPORT_PREFIX}/lib/libxxhash.dll.a" "${_IMPORT_PREFIX}/bin/libxxhash.dll" )
  14. # Import target "xxHash::xxhsum" for configuration "Release"
  15. set_property(TARGET xxHash::xxhsum APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  16. set_target_properties(xxHash::xxhsum PROPERTIES
  17. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/xxhsum.exe"
  18. )
  19. list(APPEND _IMPORT_CHECK_TARGETS xxHash::xxhsum )
  20. list(APPEND _IMPORT_CHECK_FILES_FOR_xxHash::xxhsum "${_IMPORT_PREFIX}/bin/xxhsum.exe" )
  21. # Commands beyond this point should not need to know the version.
  22. set(CMAKE_IMPORT_FILE_VERSION)