Caffe2Targets-release.cmake 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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_cuda" for configuration "Release"
  7. set_property(TARGET c10_cuda APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  8. set_target_properties(c10_cuda PROPERTIES
  9. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libc10_cuda.so"
  10. IMPORTED_SONAME_RELEASE "libc10_cuda.so"
  11. )
  12. list(APPEND _cmake_import_check_targets c10_cuda )
  13. list(APPEND _cmake_import_check_files_for_c10_cuda "${_IMPORT_PREFIX}/lib/libc10_cuda.so" )
  14. # Import target "c10" for configuration "Release"
  15. set_property(TARGET c10 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  16. set_target_properties(c10 PROPERTIES
  17. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libc10.so"
  18. IMPORTED_SONAME_RELEASE "libc10.so"
  19. )
  20. list(APPEND _cmake_import_check_targets c10 )
  21. list(APPEND _cmake_import_check_files_for_c10 "${_IMPORT_PREFIX}/lib/libc10.so" )
  22. # Import target "torch_cpu" for configuration "Release"
  23. set_property(TARGET torch_cpu APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  24. set_target_properties(torch_cpu PROPERTIES
  25. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtorch_cpu.so"
  26. IMPORTED_SONAME_RELEASE "libtorch_cpu.so"
  27. )
  28. list(APPEND _cmake_import_check_targets torch_cpu )
  29. list(APPEND _cmake_import_check_files_for_torch_cpu "${_IMPORT_PREFIX}/lib/libtorch_cpu.so" )
  30. # Import target "torch_cuda" for configuration "Release"
  31. set_property(TARGET torch_cuda APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  32. set_target_properties(torch_cuda PROPERTIES
  33. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtorch_cuda.so"
  34. IMPORTED_SONAME_RELEASE "libtorch_cuda.so"
  35. )
  36. list(APPEND _cmake_import_check_targets torch_cuda )
  37. list(APPEND _cmake_import_check_files_for_torch_cuda "${_IMPORT_PREFIX}/lib/libtorch_cuda.so" )
  38. # Import target "torch" for configuration "Release"
  39. set_property(TARGET torch APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  40. set_target_properties(torch PROPERTIES
  41. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtorch.so"
  42. IMPORTED_SONAME_RELEASE "libtorch.so"
  43. )
  44. list(APPEND _cmake_import_check_targets torch )
  45. list(APPEND _cmake_import_check_files_for_torch "${_IMPORT_PREFIX}/lib/libtorch.so" )
  46. # Commands beyond this point should not need to know the version.
  47. set(CMAKE_IMPORT_FILE_VERSION)