Home | History | Annotate | Download | only in Dynamic
      1 set(LLVM_LINK_COMPONENTS support)
      2 
      3 add_clang_library(clangDynamicASTMatchers
      4   Diagnostics.cpp
      5   VariantValue.cpp
      6   Parser.cpp
      7   Registry.cpp
      8 
      9   LINK_LIBS
     10   clangAST
     11   clangASTMatchers
     12   clangBasic
     13   )
     14