diff options
| author | Juergen Buchmueller <pullmoll@t-online.de> | 2017-01-02 16:48:55 +0100 |
|---|---|---|
| committer | Juergen Buchmueller <pullmoll@t-online.de> | 2017-01-02 16:48:55 +0100 |
| commit | 1763633e5f7a8b86c293bd9a2f030961e77b0067 (patch) | |
| tree | 8d48d71225d1226bab6b1ed7f5b7702af535ee43 /DevIL/src-ILU | |
| parent | a2d9193fed0c7f93519c0c4c28b3348e0cb5759b (diff) | |
| download | devil-1763633e5f7a8b86c293bd9a2f030961e77b0067.tar.gz | |
Add solib version number to CMakeLists.txt
Diffstat (limited to 'DevIL/src-ILU')
| -rw-r--r-- | DevIL/src-ILU/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DevIL/src-ILU/CMakeLists.txt b/DevIL/src-ILU/CMakeLists.txt index 17a3afe7..44b9531b 100644 --- a/DevIL/src-ILU/CMakeLists.txt +++ b/DevIL/src-ILU/CMakeLists.txt @@ -44,6 +44,7 @@ source_group("Resource Files" FILES ${ILU_RSRC} ) # Remove SHARED to create a static library add_library(ILU SHARED ${ILU_SRCS} ${ILU_INC} ${ILU_RSRC}) +set_target_properties(ILU PROPERTIES SOVERSION 1) ## ILU requires IL |
