diff options
author | Stephen Kelly <steveire@gmail.com> | 2018-10-01 20:28:07 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2018-10-01 20:28:07 +0000 |
commit | 97e0f52642565e843decca34894834787515e251 (patch) | |
tree | 70299141b5f376a840bca59ff740c8043602abb0 /clang/docs/LibASTMatchersTutorial.rst | |
parent | de5e8b93f42779439558a2df0e272bcf326d5490 (diff) | |
download | bcm5719-llvm-97e0f52642565e843decca34894834787515e251.tar.gz bcm5719-llvm-97e0f52642565e843decca34894834787515e251.zip |
Update CMakeLists.txt snippet so that example compiles
Summary: Previous to this the example didn't work out of the box, it seems some cmake config changed between when this was written and now.
Author: Dan Zimmerman <daniel.zimmerman@me.com>
Reviewers: modocache, steveire
Reviewed By: steveire
Subscribers: smeenai, steveire, cfe-commits
Differential Revision: https://reviews.llvm.org/D52664
llvm-svn: 343530
Diffstat (limited to 'clang/docs/LibASTMatchersTutorial.rst')
-rw-r--r-- | clang/docs/LibASTMatchersTutorial.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/LibASTMatchersTutorial.rst b/clang/docs/LibASTMatchersTutorial.rst index 832b47efd1b..9e95a7f18db 100644 --- a/clang/docs/LibASTMatchersTutorial.rst +++ b/clang/docs/LibASTMatchersTutorial.rst @@ -113,6 +113,7 @@ CMakeLists.txt should have the following contents: LoopConvert.cpp ) target_link_libraries(loop-convert + PRIVATE clangTooling clangBasic clangASTMatchers |