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