brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 4c7cd77 Raw
8 lines · plain
1add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)2 3target_link_libraries(DecisionForestBenchmark4  PRIVATE5  clangDaemon6  LLVMSupport7  )8