This commit is contained in:
Nishi 2025-11-18 19:17:18 +09:00
commit 6508b18d9c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 27 additions and 2 deletions

8
include/config.h.in Normal file
View file

@ -0,0 +1,8 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
#define CONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
#define DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
#endif