[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / clangd / benchmarks / CompletionModel / CMakeLists.txt
blob4c7cd779eb3e74a41f312f02262f44e77c48ed7a
1 add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)
3 target_link_libraries(DecisionForestBenchmark
4   PRIVATE
5   clangDaemon
6   LLVMSupport
7   )