if (project.main_library()) { | if (project.main_library()) { | ||||
sdist_copy_library(out, *project.main_library(), params); | sdist_copy_library(out, *project.main_library(), params); | ||||
} | } | ||||
auto man_path = project.root() / "manifest.dds"; | |||||
if (fs::is_regular_file(man_path)) { | |||||
fs::copy(man_path, out / man_path.filename()); | |||||
} | |||||
} | } |