oneapi-src / level-zero

oneAPI Level Zero Specification Headers and Loader
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
218 stars 96 forks source link

pkg-config file for level-zero missing #37

Closed eero-t closed 4 years ago

eero-t commented 4 years ago

pkg-config is the standard interface of declaring project version, include paths and libraries: https://en.wikipedia.org/wiki/Pkg-config

It's used by most open source projects and all build systems support using it for checking these details. I think level-zero should also install level-zero.pc file with this info.

bmyates commented 4 years ago

Hi @eero-t please test out the pkg-config file added in https://github.com/oneapi-src/level-zero/commit/cacdcf19e0055f832a69671a6b59c25c0564b554

eero-t commented 4 years ago

Will do after the next tagged L0 version.