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