CMakeLists.txt 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../) add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp) target_link_libraries(DecisionForestBenchmark PRIVATE clangDaemon LLVMSupport )