blob: 3998aa1225338de7bbe13aa88b93ea7c5e449c92 [file] [log] [blame] [edit]
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../)
add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)
target_link_libraries(DecisionForestBenchmark
PRIVATE
clangDaemon
LLVMSupport
)