level-zero icon indicating copy to clipboard operation
level-zero copied to clipboard

[Feature Request]: Consistent include directory when used as subproject or installed

Open Maetveis opened this issue 1 year ago • 0 comments

It is quite popular in CMake projects to depend on an upstream project by including it into the build system of the dependent project, for example using FetchContent.

Unfortunately if consumed like this, the recommended way of including the header files from the project can't work:

#include <level_zero/ze_api.h> // Can't work, the include folder does not have a parent named level_zero

Related to: #57

Maetveis avatar Jan 15 '25 09:01 Maetveis