7 lines
156 B
CMake
7 lines
156 B
CMake
add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)
|
|
|
|
target_link_libraries(DecisionForestBenchmark
|
|
PRIVATE
|
|
clangDaemon
|
|
LLVMSupport
|
|
)
|