1 2 3 4 5 6 7 8
#ifndef COPY_INSTALL #define COPY_INSTALL #include <filesystem> #include <unistd.h> void copy_install(std::filesystem::path build_dir); #endif