mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 11:28:24 +01:00
20 lines
283 B
CMake
20 lines
283 B
CMake
set(bench_files
|
|
# surfex.R
|
|
# ex.R
|
|
PoetEGU_surfex_500.R
|
|
)
|
|
|
|
set(runtime_files
|
|
# surfex_rt.R
|
|
# ex_rt.R
|
|
PoetEGU_surfex_500_rt.R
|
|
)
|
|
|
|
ADD_BENCH_TARGET(
|
|
surfex_bench
|
|
bench_files
|
|
runtime_files
|
|
"surfex"
|
|
)
|
|
|
|
add_dependencies(${BENCHTARGET} surfex_bench) |