diff options
Diffstat (limited to 'include/clang/AST/CMakeLists.txt')
-rw-r--r-- | include/clang/AST/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/clang/AST/CMakeLists.txt b/include/clang/AST/CMakeLists.txt index d7458aa7900e..4c4c0fb0a08b 100644 --- a/include/clang/AST/CMakeLists.txt +++ b/include/clang/AST/CMakeLists.txt @@ -20,3 +20,15 @@ clang_tablegen(CommentNodes.inc -gen-clang-comment-nodes SOURCE ../Basic/CommentNodes.td TARGET ClangCommentNodes) +clang_tablegen(CommentHTMLTags.inc -gen-clang-comment-html-tags + SOURCE CommentHTMLTags.td + TARGET ClangCommentHTMLTags) + +clang_tablegen(CommentHTMLTagsProperties.inc -gen-clang-comment-html-tags-properties + SOURCE CommentHTMLTags.td + TARGET ClangCommentHTMLTagsProperties) + +clang_tablegen(CommentCommandInfo.inc -gen-clang-comment-command-info + SOURCE CommentCommands.td + TARGET ClangCommentCommandInfo) + |