added version number

This commit is contained in:
Lendemor 2017-01-30 02:47:57 +01:00
parent 8646073ae4
commit 8b42ba055b

View File

@ -1,6 +1,9 @@
project(SparrowSerializer)
cmake_minimum_required(VERSION 2.8)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
# choose source file
file(GLOB LIB_SRC_LIST src/property.cpp src/serializable.cpp src/serializationmanager.cpp)
file(GLOB LIB_HEAD_LIST src/*.h)