| return false; | return false; | ||||
| }); | }); | ||||
| spdlog::info("Export library source from {}", lib.base_dir().string()); | |||||
| spdlog::info("sdist: Export library from {}", lib.base_dir().string()); | |||||
| fs::create_directories(out_root); | |||||
| for (const auto& source : sources_to_keep) { | for (const auto& source : sources_to_keep) { | ||||
| auto relpath = fs::relative(source.path, lib.base_dir()); | auto relpath = fs::relative(source.path, lib.base_dir()); | ||||
| spdlog::info("Copy source file {}", relpath.string()); | spdlog::info("Copy source file {}", relpath.string()); |