diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-03 14:56:05 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-03 14:56:05 +0000 |
| commit | ed78991edc4755c0276dcb4eb454b43fa38296fc (patch) | |
| tree | 460da5399e34e1dce7a293cb22578da15977d895 /include/link_install.hh | |
| parent | 2a6b92ed130ade1ea7542ee210e6957427a0aa81 (diff) | |
countless changes
Diffstat (limited to 'include/link_install.hh')
| -rw-r--r-- | include/link_install.hh | 8 |
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 |
