clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

install clBLAS cmake configuration and version file #68

Closed glehmann closed 9 years ago

glehmann commented 9 years ago

so clBLAS can be used in a cmake project with the usual find_package command

find_package(clBLAS REQUIRED) include_directories(${CLBLAS_INCLUDE_DIRS}) tarkget_link_libraries(mytarget ${CLBLAS_LIBRARIES})