File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ static_library("clang-doc") {
2222 " ClangDoc.cpp" ,
2323 " Generators.cpp" ,
2424 " HTMLGenerator.cpp" ,
25+ " HTMLMustacheGenerator.cpp" ,
2526 " MDGenerator.cpp" ,
2627 " Mapper.cpp" ,
2728 " Representation.cpp" ,
Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ unittest("ClangDocTests") {
1616 " //llvm/lib/Bitcode/Reader" ,
1717 " //llvm/lib/Bitcode/Writer" ,
1818 " //llvm/lib/Support" ,
19+ " //llvm/lib/Testing/Support" ,
1920 ]
2021 include_dirs = [ " //clang-tools-extra/clang-doc" ]
2122 sources = [
2223 " BitcodeTest.cpp" ,
2324 " ClangDocTest.cpp" ,
2425 " GeneratorTest.cpp" ,
2526 " HTMLGeneratorTest.cpp" ,
27+ " HTMLMustacheGeneratorTest.cpp" ,
2628 " MDGeneratorTest.cpp" ,
2729 " MergeTest.cpp" ,
2830 " SerializeTest.cpp" ,
You can’t perform that action at this time.
0 commit comments