aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-07-09 23:06:34 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-07-09 23:06:34 +0000
commitf9c833940a699b59c16dd584065f3d810b6116f0 (patch)
tree850ba495f9f8b6b18e080f6194f2c0ec491f22ee
parentbb0cf4a29d75a660bbdd20761b9830a38a910419 (diff)
Fix CMake build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108031 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--examples/wpa/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/wpa/CMakeLists.txt b/examples/wpa/CMakeLists.txt
index 8d443d6e31..c2b2ce63a9 100644
--- a/examples/wpa/CMakeLists.txt
+++ b/examples/wpa/CMakeLists.txt
@@ -6,6 +6,8 @@ set(LLVM_USED_LIBS
clangDriver
clangSema
clangAnalysis
+ clangChecker
+ clangRewrite
clangAST
clangParse
clangLex