Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 79a80464 authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

compile all hmat by make hmat

parent 79ac022c
Branches
Tags
No related merge requests found
......@@ -49,6 +49,7 @@ if(SCALFMM_ADDON_HMAT)
INCLUDE_DIRECTORIES( ${CMAKE_BINARY_DIR}/Src )
# Then build test files
SET(hmat_list_execs "")
foreach(exec ${source_tests_files})
get_filename_component(
execname ${exec}
......@@ -79,6 +80,9 @@ if(SCALFMM_ADDON_HMAT)
# ${LAPACK_LIBRARIES}
${SCALFMM_LIBRARIES}
)
LIST(APPEND hmat_list_execs ${execname})
endif()
endforeach(exec)
add_custom_target(hmat DEPENDS ${hmat_list_execs})
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment