1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-23 20:29:30 +00:00
2014-02-10 10:52:19 +00:00

6 lines
93 B
CMake

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