mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
Move few files from GTPIN to GENX directories
- This fixes issue with difference in shared code - Also renames variable in ULT Change-Id: Icedfc26ee4b0fdde80ab88445cbbee3a4bbc379e
This commit is contained in:
@@ -815,7 +815,7 @@ if(${GENERATE_EXECUTABLE})
|
||||
foreach(GEN_NUM RANGE ${MAX_GEN} 0 -1)
|
||||
GEN_CONTAINS_PLATFORMS("SUPPORTED" ${GEN_NUM} GENX_HAS_PLATFORMS)
|
||||
if(${GENX_HAS_PLATFORMS})
|
||||
list(APPEND RUNTIME_SRCS_GTPIN gtpin/gtpin_setup_gen${GEN_NUM}.cpp)
|
||||
list(APPEND RUNTIME_SRCS_GTPIN gen${GEN_NUM}/gtpin_setup_gen${GEN_NUM}.cpp)
|
||||
endif(${GENX_HAS_PLATFORMS})
|
||||
endforeach(GEN_NUM)
|
||||
endif(GTPIN_HEADERS_DIR)
|
||||
|
||||
Reference in New Issue
Block a user