6 lines
101 B
CMake
Raw Normal View History

add_llvm_utility(FileCheck
FileCheck.cpp
)
target_link_libraries(FileCheck PRIVATE LLVMSupport)