Commit Graph

6 Commits

Author SHA1 Message Date
e199903917 Support for default build types 2022-07-04 21:28:21 +05:30
19963011a4 Add support for CMAKE_BUILD_TYPE as the major flag
This makes the CMAKE_BUILD_TYPE as the major flag for compilation.
The CMAKE_BUILD_TYPE has the higher priority than BUILD_TYPE.
BUILD_TYPE will be retained as few clients are using this flag but,
is subject to deprecation in future.

Also includes the project(igfx_gmmumd) in the top cmake file.

This commit resolves:
    1. https://github.com/intel/gmmlib/issues/70
    2. https://github.com/intel/gmmlib/issues/86
2022-06-02 22:47:14 +05:30
a5f2391315 GmmLib shared/static library packaging
- Add make install for shared and static library
- package public interface  headers
- Add support for pkg-config via igdgmm.pc config file

Change-Id: I80f23dac0511b456de6d8e41827436be8587ee28
2018-06-22 13:12:37 -08:00
72c92c0dfa Remove ARCH and detect architecture from compiler
Issue#17

Change-Id: I86331d399157015dd746dad5c9d66716629613cd
2018-06-21 14:31:14 -08:00
31bfdee666 cleanup stale code
Change-Id: I0eef6f76af8085b7ab7f33e40135c251cdfc28e7
2018-03-14 09:51:58 -08:00
7a1ec78c0b Initial open source release for media-driver
Signed-off-by: drprajap <dimpalben.r.prajapati@intel.com>
2017-12-01 10:44:37 -08:00