Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f33929d6 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add headers to install

parent 8cb1680d
No related branches found
No related tags found
No related merge requests found
...@@ -40,10 +40,10 @@ precisions_rules_py(COREBLAS_HDRS_GENERATED "${ZHDR}" ...@@ -40,10 +40,10 @@ precisions_rules_py(COREBLAS_HDRS_GENERATED "${ZHDR}"
# -------------------------- # --------------------------
set(COREBLAS_HDRS set(COREBLAS_HDRS
cblas.h cblas.h
coreblas.h
lapacke.h lapacke.h
lapacke_config.h lapacke_config.h
lapacke_mangling.h lapacke_mangling.h
coreblas.h
${COREBLAS_HDRS_GENERATED} ${COREBLAS_HDRS_GENERATED}
) )
...@@ -51,7 +51,7 @@ set(COREBLAS_HDRS ...@@ -51,7 +51,7 @@ set(COREBLAS_HDRS
# --------------------------- # ---------------------------
add_custom_target(coreblas_include ALL SOURCES ${COREBLAS_HDRS}) add_custom_target(coreblas_include ALL SOURCES ${COREBLAS_HDRS})
set(HDR_INSTALL "cblas.h;coreblas.h") set(HDR_INSTALL "cblas.h;coreblas.h;lapacke.h;lapacke_config.h;lapacke_mangling.h")
foreach( hdr_file ${COREBLAS_HDRS_GENERATED} ) foreach( hdr_file ${COREBLAS_HDRS_GENERATED} )
list(APPEND HDR_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/${hdr_file}) list(APPEND HDR_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/${hdr_file})
endforeach() endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment