Browse Source

cmake: install OpenCL_ICD shared library

cl-refactor
Paweł Bylica 10 years ago
parent
commit
cd93a85da1
  1. 2
      khronos_icd/CMakeLists.txt

2
khronos_icd/CMakeLists.txt

@ -31,5 +31,7 @@ endif ()
target_link_libraries (OpenCL_ICD ${CMAKE_DL_LIBS})
target_include_directories(OpenCL_ICD PUBLIC ${OpenCL_INCLUDE_DIR})
install(TARGETS OpenCL_ICD RUNTIME DESTINATION bin LIBRARY DESTINATION lib)
enable_testing()
add_subdirectory (test)

Loading…
Cancel
Save