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/serial/CMakeLists.txt

9 lines
227 B
CMake

include_directories("${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/${mod_dir_tail}")
add_executable( d_matgen
psb_d_xyz_impl.f90
psb_d_xyz_mat_mod.f90
d_matgen.F90 # Main program
)
target_link_libraries(d_matgen base)