mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
6 lines
95 B
CMake
6 lines
95 B
CMake
|
add_llvm_utility(yaml-bench
|
||
|
YAMLBench.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(yaml-bench LLVMSupport)
|