diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-10-21 21:32:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-10-21 21:32:59 -0400 |
commit | 69c056ff6083aabf46a12779f43c3f5fa573e9b5 (patch) | |
tree | aa9e473f1ce5af5e985f845bc5d07e71d332b5d6 /config.h.in | |
parent | aba5ca85720ebc98c393edd8641d14ff5a5468e5 (diff) | |
download | sayeth-69c056ff6083aabf46a12779f43c3f5fa573e9b5.tar.gz |
Implement art drivers as configs
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
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 |