mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix initialization of GT-Pin helpers
Change-Id: I20556d62f9914cd73d9d9da0678a051549d9f1b4
This commit is contained in:
@ -705,6 +705,10 @@ foreach(GEN_NUM RANGE ${MAX_GEN} 0 -1)
|
||||
|
||||
list(APPEND GEN${GEN_NUM}_SRC_LINK gen${GEN_NUM}/enable_family_full.cpp)
|
||||
|
||||
if(GTPIN_HEADERS_DIR)
|
||||
list(APPEND GEN${GEN_NUM}_SRC_LINK gen${GEN_NUM}/gtpin_setup_gen${GEN_NUM}.cpp)
|
||||
endif(GTPIN_HEADERS_DIR)
|
||||
|
||||
# Append this GEN's sources to the list of all sources
|
||||
foreach(SRC_IT ${RUNTIME_SRCS_GEN${GEN_NUM}})
|
||||
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${SRC_IT}")
|
||||
|
Reference in New Issue
Block a user