CMakeLists.txt 159 B

1234567891011
  1. set(LLVM_LINK_COMPONENTS support)
  2. add_clang_library(clangASTMatchers
  3. ASTMatchFinder.cpp
  4. ASTMatchersInternal.cpp
  5. LINK_LIBS
  6. clangAST
  7. clangBasic
  8. )