aboutsummaryrefslogtreecommitdiff
path: root/unittests/Sema/CMakeLists.txt
blob: d491655d415a8e91825b8c1f858cdb19099b6317 (plain)
1
2
3
4
5
6
7
add_clang_unittest(SemaTests
  ExternalSemaSourceTest.cpp
  )

target_link_libraries(SemaTests
  clangAST clangASTMatchers clangTooling
  )