소스 검색

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 파일 보기

@@ -15,6 +15,7 @@ using namespace dds;
namespace {

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

@@ -48,6 +49,7 @@ auto collect_pf_sources(path_ref path) {
extend(sources, src_sources);
}

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


Loading…
취소
저장