mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
6c5e74942d
KitWare recommendations: Change CMake commands to lower case.
11 lines
543 B
CMake
11 lines
543 B
CMake
|
|
##############################################################################
|
|
##############################################################################
|
|
### T E S T I N G ###
|
|
##############################################################################
|
|
##############################################################################
|
|
|
|
foreach (example ${examples})
|
|
add_test (NAME hl_f90_ex_${example} COMMAND $<TARGET_FILE:hl_f90_ex_${example}>)
|
|
endforeach (example ${examples})
|