xref: /llvm-project/clang-tools-extra/clangd/benchmarks/CompletionModel/CMakeLists.txt (revision 26e1553a107f52667be879e99739a4153f8799d8)
1add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)
2
3target_link_libraries(DecisionForestBenchmark
4  PRIVATE
5  clangDaemon
6  LLVMSupport
7  )
8