CMakeLists.txt   [plain text]


add_llvm_utility(yaml-bench
  YAMLBench.cpp
  )

target_link_libraries(yaml-bench LLVMSupport)