Files
ports/graphics/devil/files/patch-DevIL_src-ILUT_CMakeLists.txt
2022-03-17 20:44:49 +03:00

12 lines
442 B
Plaintext

--- DevIL/src-ILUT/CMakeLists.txt.orig 2017-01-01 23:37:37 UTC
+++ DevIL/src-ILUT/CMakeLists.txt
@@ -44,6 +44,8 @@ source_group("Resource Files" FILES ${ILUT_RSRC} )
# Remove SHARED to create a static library
add_library(ILUT SHARED ${ILUT_SRCS} ${ILUT_INC} ${ILUT_RSRC})
+set_target_properties(ILUT PROPERTIES SOVERSION 1)
+set_target_properties(ILUT PROPERTIES VERSION 1.1.0)
## add link sub library info
target_link_libraries(ILUT