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 01c1df3 commit 63edbcfCopy full SHA for 63edbcf
runtime/enable_gens.cmake
@@ -87,6 +87,9 @@ macro(macro_for_each_gen)
87
foreach(SRC_IT ${RUNTIME_SRCS_GENX_H_BASE})
88
list(APPEND RUNTIME_SRCS_${GEN_TYPE}_H_BASE ${GENX_PREFIX}/${SRC_IT})
89
endforeach()
90
+ if(EXISTS "${GENX_PREFIX}/hw_cmds_generated_patched.h")
91
+ list(APPEND RUNTIME_SRCS_${GEN_TYPE}_H_BASE "${GENX_PREFIX}/hw_cmds_generated_patched.h")
92
+ endif()
93
94
foreach(OS_IT "BASE" "WINDOWS" "LINUX")
95
foreach(SRC_IT ${RUNTIME_SRCS_GENX_CPP_${OS_IT}})
0 commit comments