aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-10-21 21:32:59 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-10-21 21:32:59 -0400
commit69c056ff6083aabf46a12779f43c3f5fa573e9b5 (patch)
treeaa9e473f1ce5af5e985f845bc5d07e71d332b5d6 /config.h.in
parentaba5ca85720ebc98c393edd8641d14ff5a5468e5 (diff)
downloadsayeth-69c056ff6083aabf46a12779f43c3f5fa573e9b5.tar.gz
Implement art drivers as configs
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..257cfa0
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,6 @@
+#ifndef SAYETH_CONFIG_H
+#define SAYETH_CONFIG_H
+
+#cmakedefine DRIVER_DIR "@DRIVER_DIR@"
+
+#endif //SAYETH_CONFIG_H