add ability to intercept and trace of ULT execution

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2021-08-20 10:36:51 +02:00
committed by Compute-Runtime-Automation
parent a4b3dc29e4
commit e99e57e3ff
2 changed files with 7 additions and 5 deletions

View File

@ -60,6 +60,8 @@ set(GLOBAL PROPERTY NEO_OCL_COMPONENTS_LIST "")
define_property(GLOBAL PROPERTY NEO_L0_COMPONENTS_LIST BRIEF_DOCS "List of components" FULL_DOCS "List of components to create packages")
set(GLOBAL PROPERTY NEO_L0_COMPONENTS_LIST "")
string(REPLACE " " ";" NEO_RUN_INTERCEPTOR_LIST "${NEO_RUN_INTERCEPTOR}")
if(WIN32)
set(DISABLE_WDDM_LINUX TRUE)
endif()