[PATCH] D52664: Update CMakeLists.txt snippet so that example compiles
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 1 13:29:57 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rC343530: Update CMakeLists.txt snippet so that example compiles (authored by steveire, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52664?vs=167521&id=167816#toc
Repository:
rC Clang
https://reviews.llvm.org/D52664
Files:
docs/LibASTMatchersTutorial.rst
Index: docs/LibASTMatchersTutorial.rst
===================================================================
--- docs/LibASTMatchersTutorial.rst
+++ docs/LibASTMatchersTutorial.rst
@@ -113,6 +113,7 @@
LoopConvert.cpp
)
target_link_libraries(loop-convert
+ PRIVATE
clangTooling
clangBasic
clangASTMatchers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52664.167816.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181001/86e983b1/attachment-0001.bin>
More information about the cfe-commits
mailing list