summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-12-20 23:36:52 +0000
committerDouglas Gregor <dgregor@apple.com>2012-12-20 23:36:52 +0000
commitbf85d9d518e5120fb976e824ff681c21947e006d (patch)
treed081dc2009b4bdcc15276e15a006b5a1cb5f7ab7 /examples
parentd672bae5a3074e63e5e5c5d98f5f9fbe4fe9661c (diff)
downloadclang-bf85d9d518e5120fb976e824ff681c21947e006d.tar.gz
clang-bf85d9d518e5120fb976e824ff681c21947e006d.tar.bz2
clang-bf85d9d518e5120fb976e824ff681c21947e006d.tar.xz
Revert r170801, which breaks the mingw build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/PrintFunctionNames/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/PrintFunctionNames/CMakeLists.txt b/examples/PrintFunctionNames/CMakeLists.txt
index 96a88057d7..ba6a350cd9 100644
--- a/examples/PrintFunctionNames/CMakeLists.txt
+++ b/examples/PrintFunctionNames/CMakeLists.txt
@@ -14,6 +14,7 @@ add_dependencies(PrintFunctionNames
)
target_link_libraries(PrintFunctionNames
+ clangFrontend
clangAST
)