aboutsummaryrefslogtreecommitdiff
path: root/include/build.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/build.hh')
-rw-r--r--include/build.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/build.hh b/include/build.hh
new file mode 100644
index 0000000..426f786
--- /dev/null
+++ b/include/build.hh
@@ -0,0 +1,7 @@
+#ifndef BUILD
+#define BUILD
+
+#include <filesystem>
+void build(std::filesystem::path build_dir);
+
+#endif