aboutsummaryrefslogtreecommitdiff
path: root/include/link_install.hh
blob: fabae0a2cfccac9c421a1a49beabde73aa0ab544 (plain)
1
2
3
4
5
6
7
8
#ifndef LINK_INSTALL
#define LINK_INSTALL

#include <filesystem>
#include <unistd.h>
void link_install(std::filesystem::path build_dir);

#endif