view clang/lib/ASTMatchers/CMakeLists.txt @ 176:de4ac79aef9d

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 17:13:11 +0900
parents 0572611fdcc8
children 2e18cbf3894f
line wrap: on
line source

add_subdirectory(Dynamic)

set(LLVM_LINK_COMPONENTS
  FrontendOpenMP
  Support
)

add_clang_library(clangASTMatchers
  ASTMatchFinder.cpp
  ASTMatchersInternal.cpp
  GtestMatchers.cpp

  LINK_LIBS
  clangAST
  clangBasic
  clangLex
  )