blob: b49528ede2272c20408ab190687530602031e09f [file] [log] [blame]
Manuel Klimekf7f295f2013-05-14 09:13:00 +00001add_subdirectory(Dynamic)
2
Manuel Klimek4da21662012-07-06 05:48:52 +00003set(LLVM_LINK_COMPONENTS support)
Manuel Klimek4da21662012-07-06 05:48:52 +00004
5add_clang_library(clangASTMatchers
6 ASTMatchFinder.cpp
7 ASTMatchersInternal.cpp
NAKAMURA Takumi3a7bd672012-07-07 23:13:30 +00008
Stephen Hines651f13c2014-04-23 16:59:28 -07009 LINK_LIBS
Benjamin Kramer9ecf6422012-11-16 17:30:58 +000010 clangAST
Pirama Arumuga Nainar3ea9e332015-04-08 08:57:32 -070011 clangBasic
Benjamin Kramer9ecf6422012-11-16 17:30:58 +000012 )