We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e04f3 commit dba19b8Copy full SHA for dba19b8
c10/xpu/CMakeLists.txt
@@ -56,6 +56,8 @@ foreach(file ${C10_XPU_HEADERS})
56
get_filename_component(dir ${file} DIRECTORY)
57
install(FILES ${file} DESTINATION include/c10/xpu/${dir})
58
endforeach()
59
+install(FILES ${CMAKE_BINARY_DIR}/c10/xpu/impl/xpu_cmake_macros.h
60
+ DESTINATION include/c10/xpu/impl)
61
62
if(MSVC AND C10_XPU_BUILD_SHARED_LIBS)
63
install(FILES $<TARGET_PDB_FILE:c10_xpu> DESTINATION lib OPTIONAL)
0 commit comments