diff options
-rw-r--r-- | clang-tools-extra/clang-doc/tool/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-doc/tool/CMakeLists.txt b/clang-tools-extra/clang-doc/tool/CMakeLists.txt index d7f28cf681a..35f99ea08ea 100644 --- a/clang-tools-extra/clang-doc/tool/CMakeLists.txt +++ b/clang-tools-extra/clang-doc/tool/CMakeLists.txt @@ -1,6 +1,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..) -add_clang_executable(clang-doc +add_clang_tool(clang-doc ClangDocMain.cpp ) |