瀏覽代碼

Logging for file scans

default_compile_flags
vector-of-bool 4 年之前
父節點
當前提交
4813372a49
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      src/dds/library/root.cpp

+ 2
- 0
src/dds/library/root.cpp 查看文件

namespace { namespace {


auto collect_pf_sources(path_ref path) { auto collect_pf_sources(path_ref path) {
dds_log(debug, "Scanning for sources in {}", path.string());
auto include_dir = source_root{path / "include"}; auto include_dir = source_root{path / "include"};
auto src_dir = source_root{path / "src"}; auto src_dir = source_root{path / "src"};


extend(sources, src_sources); extend(sources, src_sources);
} }


dds_log(debug, "Found {} source files", sources.size());
return sources; return sources;
} }



Loading…
取消
儲存