Skip to content

Commit 93d65ba

Browse files
authored
soname (#187)
1 parent 9e4de5b commit 93d65ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ target_compile_definitions(iridescence PRIVATE
221221
GL3W_EXPORTS
222222
GLK_EXPORTS
223223
)
224+
set_target_properties(iridescence PROPERTIES
225+
VERSION ${PROJECT_VERSION}
226+
SOVERSION 1
227+
)
224228

225229
if(BUILD_PYTHON_BINDINGS)
226230
add_subdirectory(thirdparty/pybind11)

0 commit comments

Comments
 (0)