[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / pseudo / benchmarks / CMakeLists.txt
blob859db991403cd57d9f70f9c4d8511d182ad4f8ef
1 add_benchmark(ClangPseudoBenchmark Benchmark.cpp)
3 target_link_libraries(ClangPseudoBenchmark
4   PRIVATE
5   clangPseudo
6   clangPseudoCLI
7   clangPseudoGrammar
8   LLVMSupport
9   )