Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
openomf
libshadowdive-soversion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libshadowdive-soversion.patch of Package openomf
diff --git a/external/libShadowDive/CMakeLists.txt b/external/libShadowDive/CMakeLists.txt index 831856f..5ee8970 100644 --- a/external/libShadowDive/CMakeLists.txt +++ b/external/libShadowDive/CMakeLists.txt @@ -68,10 +68,12 @@ IF(USE_PNG) target_link_libraries(shadowdive ${PNG_LIBRARY}) ENDIF() +set_property (TARGET shadowdive PROPERTY SOVERSION 0.0.0-suse) + FILE(GLOB H_FILES "include/shadowdive/*.h") INSTALL(FILES ${H_FILES} DESTINATION include/shadowdive/) INSTALL(TARGETS shadowdive RUNTIME DESTINATION bin - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX} )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor