17 lines · plain
1add_clang_unittest(ParseTests2 ParseHLSLRootSignatureTest.cpp3 CLANG_LIBS4 clangAST5 clangBasic6 clangLex7 clangParse8 clangSema9 LINK_LIBS10 LLVMTestingAnnotations11 LLVMTestingSupport12 clangTesting13 LLVM_COMPONENTS14 FrontendHLSL15 Support16 )17