Use GNUInstallDirs CMAKE_INSTALL_INCLUDEDDIR path for headers installation

Signed-off-by: Luc Schrijvers <begasus@gmail.com>
This commit is contained in:
Luc Schrijvers
2025-10-23 08:17:08 +02:00
parent b180696e94
commit ffc2606bf2
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
Bugfix
* CMake now installs headers to `CMAKE_INSTALL_INCLUDEDIR` instead of the
hard-coded `include` directory.