CMakeLists.txt 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../) add_subdirectory(CompletionModel) add_benchmark(IndexBenchmark IndexBenchmark.cpp) target_link_libraries(IndexBenchmark PRIVATE clangDaemon LLVMSupport )