xref: /llvm-project/clang-tools-extra/clangd/benchmarks/CMakeLists.txt (revision c9b325088d14a816b101857eecd1042335aad4e0)
1if(CLANGD_DECISION_FOREST)
2  add_subdirectory(CompletionModel)
3endif()
4
5add_benchmark(IndexBenchmark IndexBenchmark.cpp)
6
7target_link_libraries(IndexBenchmark
8  PRIVATE
9  clangDaemon
10  LLVMSupport
11  )
12