Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9e8eb74d authored by TAVERNIER Vincent's avatar TAVERNIER Vincent
Browse files

Fix library naming

parent fde3bd19
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ set_property(TARGET shadertoy APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
# Set library file version
set_target_properties(shadertoy PROPERTIES
OUTPUT_NAME shadertoy${VERSION_MAJOR}
SOVERSION ${VERSION_MAJOR}
VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
# Install target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment