Changeset View
Changeset View
Standalone View
Standalone View
files/libpartio-soname.patch
- This file was added.
| --- a/src/lib/CMakeLists.txt | |||||
| +++ b/src/lib/CMakeLists.txt | |||||
| @@ -41,6 +41,8 @@ else() | |||||
| endif() | |||||
| add_library(partio ${PARTIO_LIBRARY_TYPE} ${io_cpp} ${core_cpp}) | |||||
| set_target_properties(partio PROPERTIES OUTPUT_NAME partio POSITION_INDEPENDENT_CODE ON) | |||||
| +set_target_properties(partio PROPERTIES VERSION "${PROJECT_VERSION}") | |||||
| +set_target_properties(partio PROPERTIES SOVERSION 1) | |||||
| target_include_directories(partio | |||||
| PUBLIC | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.