HDK Build Policy Implementation

This commit is contained in:
BadQuanta
2026-05-16 20:06:54 +00:00
parent 81ecc87d39
commit e6c82b6db6
8 changed files with 593 additions and 0 deletions
+11
View File
@@ -62,3 +62,14 @@ class MyClass {
}
}; // # 4
```
## Shared HDK Packaging Notes
`hdk-grid` currently has no examples, but it follows the same install-prefix conventions as the rest of HDK.
Under a common install prefix:
- headers install to `${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}`
- package metadata installs under `${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake/hdk-grid`
Other HDK modules that provide examples install shared assets to `assets` under the same prefix by default, so all HDK outputs remain co-located.