Files
2023-05-14 11:44:44 +00:00

6 lines
93 B
CMake

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