• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  FileCheck
3  Support
4)
5
6add_llvm_unittest(FileCheckTests
7  FileCheckTest.cpp
8)
9
10target_link_libraries(FileCheckTests PRIVATE LLVMTestingSupport)
11