llvm-project/clang-tools-extra/clangd/benchmarks/CMakeLists.txt

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

10 lines
183 B
CMake
Raw Normal View History

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../)
add_benchmark(IndexBenchmark IndexBenchmark.cpp)
target_link_libraries(IndexBenchmark
PRIVATE
clangDaemon
LLVMSupport
)