Improve CPack deb generation
This commit is contained in:
@@ -20,6 +20,11 @@ if(ENABLE_STIMBUFFAPI_livoxGen1)
|
||||
openClKernels.cl.S
|
||||
)
|
||||
|
||||
set_target_properties(livoxGen1 PROPERTIES
|
||||
VERSION ${PROJECT_VERSION}
|
||||
SOVERSION ${PROJECT_VERSION_MAJOR}
|
||||
)
|
||||
|
||||
# Set assembler working directory so .incbin can find the .cl file
|
||||
# Also declare dependency on collateDgrams.cl and slotCompactor.cl
|
||||
set_source_files_properties(openClKernels.cl.S PROPERTIES
|
||||
@@ -54,5 +59,7 @@ if(ENABLE_STIMBUFFAPI_livoxGen1)
|
||||
)
|
||||
|
||||
# Install rules
|
||||
install(TARGETS livoxGen1 DESTINATION lib)
|
||||
install(TARGETS livoxGen1
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} NAMELINK_SKIP
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user