Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
dense_linear_algebra
Commits
0f32c8de
Commit
0f32c8de
authored
Jan 06, 2016
by
Valeriu Codreanu
Browse files
added install to CMakeLists
parent
3ce1a80e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gemm/clblas/CMakeLists.txt
View file @
0f32c8de
...
...
@@ -38,6 +38,7 @@ if (OPENCL_FOUND)
add_executable
(
${
NAME
}
src/sgemm_clblas.c
)
target_link_libraries
(
${
NAME
}
${
OPENCL_LIBRARIES
}
)
target_link_libraries
(
${
NAME
}
${
CLBLAS_LIBRARIES
}
)
install
(
TARGETS
${
NAME
}
DESTINATION bin
)
endif
()
unset
(
NAME
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment