brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · 13ca21a Raw
12 lines · plain
1if(CLANGD_DECISION_FOREST)2  add_subdirectory(CompletionModel)3endif()4 5add_benchmark(IndexBenchmark IndexBenchmark.cpp)6 7target_link_libraries(IndexBenchmark8  PRIVATE9  clangDaemon10  LLVMSupport11  )12