6 lines
103 B
CMake
Raw Normal View History

add_llvm_utility(yaml-bench
YAMLBench.cpp
)
target_link_libraries(yaml-bench PRIVATE LLVMSupport)