Files
lapack/CBLAS/include/CMakeLists.txt

6 lines
191 B
CMake

set(CBLAS_INCLUDE cblas.h cblas_f77.h cblas_64.h)
file(COPY ${CBLAS_INCLUDE} DESTINATION ${LAPACK_BINARY_DIR}/include)
file(COPY cblas_test.h DESTINATION ${LAPACK_BINARY_DIR}/test_include)