Skip to content

Commit

Permalink
Add SONAME version to the library
Browse files Browse the repository at this point in the history
Signed-off-by: Robert-André Mauchin <[email protected]>
  • Loading branch information
eclipseo committed Sep 30, 2018
1 parent a84571c commit 5804d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libshaderc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ target_compile_definitions(shaderc_shared
PRIVATE SHADERC_IMPLEMENTATION
PUBLIC SHADERC_SHAREDLIB
)
set_target_properties(shaderc_shared PROPERTIES SOVERSION 1)

if(SHADERC_ENABLE_INSTALL)
install(
Expand Down

0 comments on commit 5804d8c

Please sign in to comment.