Caffe2Targets-release.cmake 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 "c10" for configuration "Release"
  7. set_property(TARGET c10 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  8. set_target_properties(c10 PROPERTIES
  9. IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/c10.lib"
  10. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/c10.dll"
  11. )
  12. list(APPEND _cmake_import_check_targets c10 )
  13. list(APPEND _cmake_import_check_files_for_c10 "${_IMPORT_PREFIX}/lib/c10.lib" "${_IMPORT_PREFIX}/lib/c10.dll" )
  14. # Import target "torch_cpu" for configuration "Release"
  15. set_property(TARGET torch_cpu APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  16. set_target_properties(torch_cpu PROPERTIES
  17. IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/torch_cpu.lib"
  18. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/torch_cpu.dll"
  19. )
  20. list(APPEND _cmake_import_check_targets torch_cpu )
  21. list(APPEND _cmake_import_check_files_for_torch_cpu "${_IMPORT_PREFIX}/lib/torch_cpu.lib" "${_IMPORT_PREFIX}/lib/torch_cpu.dll" )
  22. # Import target "torch" for configuration "Release"
  23. set_property(TARGET torch APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  24. set_target_properties(torch PROPERTIES
  25. IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/torch.lib"
  26. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/torch.dll"
  27. )
  28. list(APPEND _cmake_import_check_targets torch )
  29. list(APPEND _cmake_import_check_files_for_torch "${_IMPORT_PREFIX}/lib/torch.lib" "${_IMPORT_PREFIX}/lib/torch.dll" )
  30. # Commands beyond this point should not need to know the version.
  31. set(CMAKE_IMPORT_FILE_VERSION)