Add a configuration header
Test / build (push) Successful in 43s

This commit is contained in:
2026-05-02 12:59:59 +02:00
parent 12dc26051c
commit d84e192ae9
9 changed files with 43 additions and 40 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#define G_LOG_DOMAIN "Katja"
#define LOCALSTATEDIR "@CMAKE_INSTALL_LOCALSTATEDIR@"
#define LIBDIR "@CMAKE_INSTALL_LIBDIR@"
#define SYSCONFDIR "@CMAKE_INSTALL_SYSCONFDIR@"
#endif // CONFIG_H