Allow shared libraries with BUILD_SHARED_LIBS
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53731c1..b557df1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,10 @@
 	add_definitions(-DARCH_X86)
 endif()
 
+# The version of the libraries
+set(GENERIC_LIB_VERSION "0.0.0")
+set(GENERIC_LIB_SOVERSION "0")
+
 # Set up directories
 include_directories(${PROJECT_SOURCE_DIR}/include)
 include_directories(${PROJECT_SOURCE_DIR}/src)