mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
18 lines
222 B
CMake
18 lines
222 B
CMake
set(bench_files
|
|
surfex.R
|
|
ex.R
|
|
)
|
|
|
|
set(runtime_files
|
|
surfex_rt.R
|
|
ex_rt.R
|
|
)
|
|
|
|
ADD_BENCH_TARGET(
|
|
surfex_bench
|
|
bench_files
|
|
runtime_files
|
|
"surfex"
|
|
)
|
|
|
|
add_dependencies(${BENCHTARGET} surfex_bench) |