summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-03-21 11:03:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-03-21 11:03:39 +0000
commit963cbdd567154695f219b9c241effab1024bf9fd (patch)
treeabefffb32ced1ba8346187bbe2e25d56f75f1cb6 /test/CMakeLists.txt
parented4e4e6b0acc91864733d7d31b8287619b4f27ae (diff)
clang/test/Frontend/plugin-annotate-functions.c requires the target examples/AnnotateFunctions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f1a5838f6b..00f5e5a82b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -40,6 +40,7 @@ endif ()
if (ENABLE_CLANG_EXAMPLES)
list(APPEND CLANG_TEST_DEPS
+ AnnotateFunctions
clang-interpreter
PrintFunctionNames
)