summaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.h b/settings.h
new file mode 100644
index 0000000..302c6d7
--- /dev/null
+++ b/settings.h
@@ -0,0 +1,7 @@
+// -*- c++ -*-
+#pragma once
+
+struct Settings
+{
+ std::string builddir;
+};