Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
174 B
CMake
Raw Normal View History

add_benchmark(ClangPseudoBenchmark Benchmark.cpp)
target_link_libraries(ClangPseudoBenchmark
PRIVATE
clangPseudo
clangPseudoCLI
clangPseudoGrammar
LLVMSupport
)