This commit is contained in:
Nishi 2025-11-16 11:25:23 +09:00
commit 0685e3556b
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 50 additions and 15 deletions

View file

@ -2,5 +2,7 @@
#define __CONFIG_H__
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
#define CONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
#define DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
#endif