Skip to content

install clBLAS cmake configuration and version file#68

Merged
kknox merged 1 commit intoclMathLibraries:developfrom
glehmann:cmake-config
Mar 12, 2015
Merged

install clBLAS cmake configuration and version file#68
kknox merged 1 commit intoclMathLibraries:developfrom
glehmann:cmake-config

Conversation

@glehmann
Copy link
Contributor

@glehmann glehmann commented Mar 5, 2015

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})

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})
kknox pushed a commit that referenced this pull request Mar 12, 2015
install clBLAS cmake configuration and version file
:+1: approved
@kknox kknox merged commit 47662a6 into clMathLibraries:develop Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants