oneapi-src / level-zero

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

set RUNTIME DESTINATION in install for layer libraries #122

Closed oleksandr-pavlyk closed 9 months ago

oleksandr-pavlyk commented 1 year ago

Per https://cmake.org/cmake/help/latest/command/install.html specifying RUNTIME DESTINATION in install commands for layer libraries to ensure that build DLL files end up installed alongside ze_loader.dll

The install for ze_loader sets RUNTIME DESTINATION as required.