8 Commits

Author SHA1 Message Date
8ae6b4d50f IGC: CMakeLists: add project
If project is not added, CMake will warn about it:
No project() command is present. The top-level CMakeLists.txt file
must contain a literal, direct call to the project() command.

Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
2021-09-07 08:13:39 +02:00
5d83d3f84d updated copyright headers in gfx-driver 2021-06-15 09:26:54 +02:00
2c9ef06cc0 updated copyright headers in inc 2021-03-22 13:16:25 +01:00
679efc8932 Bump cmake version for IGC to 3.13.4
Documentation already lists this as requirement.

Additionally, cleanup some policies:
CMP0054 -- expansion was accidental and did not affect anything.
CMP0057, CMP0058, CMP0065 -- already set to NEW with required version.
2021-03-10 10:22:50 +01:00
cafff2b3f0 Fix for the opencl-clang-lib alias.
Change-Id: I5af833c99464d17ec2cc14f9ada26ac9f49556d2
2019-06-04 11:46:42 -07:00
64632faa3c Add IGA_EXE target
https://github.com/intel/intel-graphics-compiler/issues/36

Change-Id: Id4359ad92a0b482e94938e570e45b1b9c2306c71
2019-01-15 09:53:36 -08:00
8dcb0726bf expose IGC_LIBRARY_NAME and FCL_LIBRARY_NAME to PARENT_SCOPE
variables are set in ./IGC/CMakeLists.txt but Neo is including
./CMakeLists.txt. we need extra set(... PARENT_SCOPE) to make them
visible for Neo

Change-Id: I4247a9859546869f6c090c206820e18ed9b138c9
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2018-05-16 00:21:35 -07:00
b0f00b3ee0 Initial Release of the Intel Graphics Compiler
Signed-off-by: achand7 <anupama.chandrasekhar@intel.com>
2018-01-30 10:00:45 -08:00