1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #----------------------------------------------------------------
- # Generated CMake target import file for configuration "Release".
- #----------------------------------------------------------------
- # Commands may need to know the format version.
- set(CMAKE_IMPORT_FILE_VERSION 1)
- # Import target "c10_cuda" for configuration "Release"
- set_property(TARGET c10_cuda APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(c10_cuda PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libc10_cuda.so"
- IMPORTED_SONAME_RELEASE "libc10_cuda.so"
- )
- list(APPEND _cmake_import_check_targets c10_cuda )
- list(APPEND _cmake_import_check_files_for_c10_cuda "${_IMPORT_PREFIX}/lib/libc10_cuda.so" )
- # Import target "c10" for configuration "Release"
- set_property(TARGET c10 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(c10 PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libc10.so"
- IMPORTED_SONAME_RELEASE "libc10.so"
- )
- list(APPEND _cmake_import_check_targets c10 )
- list(APPEND _cmake_import_check_files_for_c10 "${_IMPORT_PREFIX}/lib/libc10.so" )
- # Import target "torch_cpu" for configuration "Release"
- set_property(TARGET torch_cpu APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(torch_cpu PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtorch_cpu.so"
- IMPORTED_SONAME_RELEASE "libtorch_cpu.so"
- )
- list(APPEND _cmake_import_check_targets torch_cpu )
- list(APPEND _cmake_import_check_files_for_torch_cpu "${_IMPORT_PREFIX}/lib/libtorch_cpu.so" )
- # Import target "torch_cuda" for configuration "Release"
- set_property(TARGET torch_cuda APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(torch_cuda PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtorch_cuda.so"
- IMPORTED_SONAME_RELEASE "libtorch_cuda.so"
- )
- list(APPEND _cmake_import_check_targets torch_cuda )
- list(APPEND _cmake_import_check_files_for_torch_cuda "${_IMPORT_PREFIX}/lib/libtorch_cuda.so" )
- # Import target "torch" for configuration "Release"
- set_property(TARGET torch APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- set_target_properties(torch PROPERTIES
- IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtorch.so"
- IMPORTED_SONAME_RELEASE "libtorch.so"
- )
- list(APPEND _cmake_import_check_targets torch )
- list(APPEND _cmake_import_check_files_for_torch "${_IMPORT_PREFIX}/lib/libtorch.so" )
- # Commands beyond this point should not need to know the version.
- set(CMAKE_IMPORT_FILE_VERSION)
|