CMakeLists.txt 107 B

12345
  1. add_llvm_utility(FileCheck
  2. FileCheck.cpp
  3. )
  4. target_link_libraries(FileCheck LLVMSupport LLVMMSSupport)