summaryrefslogtreecommitdiff
path: root/utils/json-bench/CMakeLists.txt
blob: 03ac51ce64a951ba748a7a03060ae8eff2e472cd (plain)
1
2
3
4
5
add_llvm_utility(json-bench
  JSONBench.cpp
  )

target_link_libraries(json-bench LLVMSupport)