P4 to Git Change 1590860 by lmoriche@lmoriche_opencl_dev2 on 2018/08/08 12:49:56

SWDEV-161464 - OpenCL github project rpm and deb package issue
	- Add CPack packaging to the CMake build.

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#20 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#14 edit
This commit is contained in:
foreman
2018-08-08 13:05:50 -04:00
parent adf6570955
commit d600b28bd0
2 changed files with 115 additions and 6 deletions
+1 -1
View File
@@ -62,4 +62,4 @@ add_library(amdocl64 SHARED
target_link_libraries(amdocl64 opencl_driver oclelf pthread dl ${ROCR_LIBRARIES})
install(TARGETS amdocl64 LIBRARY DESTINATION lib)
install(TARGETS amdocl64 LIBRARY DESTINATION lib/x86_64 COMPONENT applications)