From f33929d6f370de851d046c30a4c5efeb8495f1a8 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Mon, 8 Dec 2014 15:30:11 +0000 Subject: [PATCH] add headers to install --- coreblas/include/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt index dae6d9202..26c2f3b1d 100644 --- a/coreblas/include/CMakeLists.txt +++ b/coreblas/include/CMakeLists.txt @@ -40,10 +40,10 @@ precisions_rules_py(COREBLAS_HDRS_GENERATED "${ZHDR}" # -------------------------- set(COREBLAS_HDRS cblas.h + coreblas.h lapacke.h lapacke_config.h lapacke_mangling.h - coreblas.h ${COREBLAS_HDRS_GENERATED} ) @@ -51,7 +51,7 @@ set(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} ) list(APPEND HDR_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/${hdr_file}) endforeach() -- GitLab