aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Parse/CMakeLists.txt
blob: 2ed43a83b878295a1c6e09cfbda7804c661544f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_clang_unittest(ParseTests
  ParseHLSLRootSignatureTest.cpp
  CLANG_LIBS
  clangAST
  clangBasic
  clangLex
  clangParse
  clangSema
  LINK_LIBS
  LLVMTestingAnnotations
  LLVMTestingSupport
  clangTesting
  LLVM_COMPONENTS
  FrontendHLSL
  Support
  )