mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

New detection flow: 1. check for IGC__IGC_TARGETS and respect if defined -> IGC available 2. on Linux try using pkg-config to find IGC - package can be part of workspace, in this case we have to tweak some variables 3. check whether igc folder contains CMakeLists.txt and do add_subdirectory if yes. 4. IGC not available -> fail other changes: - rename compiler.config to match name from IGC devel package Change-Id: I6c2369f8b83db66327d76c9b08af833736e8a3f9 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>