aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-24 04:26:00 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-24 04:26:00 -0600
commit20d9fc5b5356a1054cb104ba6651b77184abf0db (patch)
tree5f115d8051dad73069d3a632a6f2c260cf7efdac /src/config.h.in
initial commit
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 0000000..05e3045
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,7 @@
+#ifndef L2SU_CONFIG_H_INCLUDED
+#define L2SU_CONFIG_H_INCLUDED
+
+#mesondefine PROJECT_NAME
+#mesondefine PROJECT_NAME_UPPER
+
+#endif /* include guard */