diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-12-20 23:36:52 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-12-20 23:36:52 +0000 |
commit | bf85d9d518e5120fb976e824ff681c21947e006d (patch) | |
tree | d081dc2009b4bdcc15276e15a006b5a1cb5f7ab7 /examples/PrintFunctionNames | |
parent | d672bae5a3074e63e5e5c5d98f5f9fbe4fe9661c (diff) |
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/PrintFunctionNames')
-rw-r--r-- | examples/PrintFunctionNames/CMakeLists.txt | 1 |
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 ) |