summaryrefslogtreecommitdiffstats
path: root/unittests/AST/CMakeLists.txt
blob: 63418a2937a16255619a8edbdac241fd48a1f935 (plain)
1
2
3
4
5
6
7
8
add_clang_unittest(ASTTests
  CommentLexer.cpp
  CommentParser.cpp
  )

target_link_libraries(ASTTests
  clangAST
  )
OpenPOWER on IntegriCloud