summaryrefslogtreecommitdiffstats
path: root/clang/examples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/examples/CMakeLists.txt')
-rw-r--r--clang/examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/examples/CMakeLists.txt b/clang/examples/CMakeLists.txt
index 7f4253af2eb..19d886935d4 100644
--- a/clang/examples/CMakeLists.txt
+++ b/clang/examples/CMakeLists.txt
@@ -2,5 +2,6 @@ if(NOT CLANG_BUILD_EXAMPLES)
set(EXCLUDE_FROM_ALL ON)
endif()
+add_subdirectory(analyzer-plugin)
add_subdirectory(clang-interpreter)
add_subdirectory(PrintFunctionNames)
OpenPOWER on IntegriCloud