aboutsummaryrefslogtreecommitdiff
path: root/include/copy_install.hh
blob: ce200098a7efe63706f6d1863b1c3412aec69484 (plain)
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