some of our dependencies require WDK to work. by setting WDK_DIR and
WDK_VERSION variables we advertise this to them
Change-Id: I2a46d9e30ca3ca60acd2bc76f75c4dac34a143f8
search order is:
1. check variable IGC__IGC_TARGETS. if set it provides a list of targets
required to get compiler stack
2. check for variable IGC_DIR. if set include such folder
3. check if gmmlib folder exists in workspace. if yes, then include this
folder
When including folder (2 & 3), it is expected that IGC__IGC_TARGETS
variable will be exposed
Change-Id: I853606971a6b8d094ae13f7681857fe7717b9cd3
search order is:
1. check variable GMMUMD_LIB_NAME. if set target of this name should
exist
2. check for variable GMM_SOURCE_DIR. if set include such folder and
check GMMUMD_LIB_NAME for library name assumig 'gmm_umd' as default
3. check if gmmlib folder exists in workspace. if yes, then include it
and check GMMUMD_LIB_NAME for library name assuming 'gmm_umd' as default
Change-Id: I9f5f69ab97c0bb8f2c250ac91b69c3ccd048fdda
Simple set() is not enough because this variable is created with empty
value after cmake starts. We have to force setting value and store in
cache.
Change-Id: I0d018ebe3a9a0a65f6fae5313853857913d84bf7
some set() statements were constructed incorrectly. we shouldn't
dereference variable when setting its value
Change-Id: Idc9d60fa87a4364f2b2583d21d53cc0b6f5560d9
This commit adds support for Debug Assistance Functionality (DAF)
aka "Driver Aubcapture" to debug builds on Windows.
Change-Id: I7e859d32af17a6fcee23868392df6cd1390e4afd
IGDRCL__INSTRUMENTATION_DIR_SUFFIX depends on component availability. if
available we should use BRANCH_DIR_PREFIX otherwise it should be "/"
Change-Id: I8bdd80041afeda85d93e72b23b1f940fb04754fc