mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
6 lines
95 B
CMake
6 lines
95 B
CMake
|
add_llvm_utility(yaml-bench
|
||
|
YAMLBench.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(yaml-bench LLVMSupport)
|