Fix typo.
[oota-llvm.git] / utils / json-bench / CMakeLists.txt
1 add_llvm_utility(json-bench
2   JSONBench.cpp
3   )
4
5 target_link_libraries(json-bench LLVMSupport)