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