You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/test/computational_routines/spmm/CMakeLists.txt

9 lines
185 B
CMake

set(PSB_spmm_source_files
psb_spmm_test.f90
spmm.f90
)
foreach(file IN LISTS PSB_spmm_source_files)
list(APPEND spmm_source_files ${CMAKE_CURRENT_LIST_DIR}/${file})
endforeach()