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