Skip to content

Commit ee27711

Browse files
Add source files to level zero cmake file list
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent e51294b commit ee27711

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

level_zero/core/source/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ if(SUPPORT_XEHP_AND_LATER)
100100
)
101101
endif()
102102

103+
if(SUPPORT_GEN12LP OR SUPPORT_XE_HP_CORE OR SUPPORT_XE_HPG_CORE)
104+
list(APPEND L0_RUNTIME_SOURCES
105+
${CMAKE_CURRENT_SOURCE_DIR}/hw_helpers/l0_hw_helper_tgllp_plus.inl
106+
)
107+
endif()
108+
109+
if(SUPPORT_PVC_AND_LATER)
110+
list(APPEND L0_RUNTIME_SOURCES
111+
${CMAKE_CURRENT_SOURCE_DIR}/hw_helpers/l0_hw_helper_pvc_and_later.inl
112+
)
113+
endif()
114+
103115
target_include_directories(${L0_STATIC_LIB_NAME}
104116
PUBLIC
105117
${CMAKE_CURRENT_SOURCE_DIR}/

0 commit comments

Comments
 (0)