aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bec366..ac80fd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ set(SRC_FILES
src/SFileCreateArchive.cpp
src/SFileExtractFile.cpp
src/SFileFindFile.cpp
+ src/SFileGetFileInfo.cpp
src/SFileListFile.cpp
src/SFileOpenArchive.cpp
src/SFileOpenFileEx.cpp
@@ -292,8 +293,8 @@ if(APPLE)
endif()
if(UNIX)
- set_target_properties(storm PROPERTIES VERSION 8.21.0)
- set_target_properties(storm PROPERTIES SOVERSION 8)
+ set_target_properties(storm PROPERTIES VERSION 9.0.0)
+ set_target_properties(storm PROPERTIES SOVERSION 9)
endif()
# On Win32, build StormLib.dll since we don't want to clash with Storm.dll