mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
20 lines
279 B
CMake
20 lines
279 B
CMake
set(bench_files
|
|
dolo_interp.R
|
|
)
|
|
|
|
set(runtime_files
|
|
dolo_interp_rt_dt2000.R
|
|
)
|
|
|
|
set(weight_files
|
|
dolomite_trained.weights.h5)
|
|
|
|
ADD_BENCH_TARGET(
|
|
dolo_bench
|
|
bench_files
|
|
runtime_files
|
|
weight_files
|
|
"dolo"
|
|
)
|
|
|
|
add_dependencies(${BENCHTARGET} dolo_bench) |