Closed eero-t closed 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.
Hi @eero-t please test out the pkg-config file added in https://github.com/oneapi-src/level-zero/commit/cacdcf19e0055f832a69671a6b59c25c0564b554
Will do after the next tagged L0 version.
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.