Skip to content
Snippets Groups Projects
Commit 0f32c8de authored by Valeriu Codreanu's avatar Valeriu Codreanu
Browse files

added install to CMakeLists

parent 3ce1a80e
Branches
No related merge requests found
......@@ -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)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment