mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
minor tweak in instrumentation detection
IGDRCL__INSTRUMENTATION_DIR_SUFFIX depends on component availability. if available we should use BRANCH_DIR_PREFIX otherwise it should be "/" Change-Id: I8bdd80041afeda85d93e72b23b1f940fb04754fc
This commit is contained in:

committed by
sys_ocldev

parent
be0306ca68
commit
764f686ad9
@ -336,8 +336,8 @@ set (RUNTIME_SRCS_INDIRECT_HEAP
|
||||
)
|
||||
|
||||
set (RUNTIME_SRCS_INSTRUMENTATION
|
||||
instrumentation${BRANCH_DIR_SUFFIX}/instrumentation.cpp
|
||||
instrumentation${BRANCH_DIR_SUFFIX}/instrumentation.h
|
||||
instrumentation${IGDRCL__INSTRUMENTATION_DIR_SUFFIX}/instrumentation.cpp
|
||||
instrumentation${IGDRCL__INSTRUMENTATION_DIR_SUFFIX}/instrumentation.h
|
||||
)
|
||||
|
||||
set (RUNTIME_SRCS_KERNEL
|
||||
|
Reference in New Issue
Block a user