]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Bump version to 1.2 (stable)
[lugaru.git] / CMakeLists.txt
index 851df4edfa14ae2090bc141f32c8f2abf0e1bfca..3958eeb13af76467166d43e2713437d941a83ce2 100644 (file)
@@ -30,8 +30,8 @@ if(LUGARU_VERSION_PATCH)
 endif()
 
 # Set to "" for stable (tagged) builds, "-dev" for dev builds
-set(LUGARU_VERSION_SUFFIX "-dev")  # development
-#set(LUGARU_VERSION_SUFFIX "")  # stable
+#set(LUGARU_VERSION_SUFFIX "-dev")  # development
+set(LUGARU_VERSION_SUFFIX "")  # stable
 
 # Set to 7-char git commit hash if available, otherwise "".
 # On stable (tagged) builds, this is ignored.
@@ -118,6 +118,7 @@ set(LUGARU_SRCS
     ${SRCDIR}/Menu/Menu.cpp
     ${SRCDIR}/Objects/Object.cpp
     ${SRCDIR}/Objects/Person.cpp
+    ${SRCDIR}/Objects/PersonType.cpp
     ${SRCDIR}/Objects/Weapons.cpp
     ${SRCDIR}/Platform/PlatformUnix.cpp
     ${SRCDIR}/Platform/PlatformWindows.cpp
@@ -165,6 +166,7 @@ set(LUGARU_H
     ${SRCDIR}/Menu/Menu.hpp
     ${SRCDIR}/Objects/Object.hpp
     ${SRCDIR}/Objects/Person.hpp
+    ${SRCDIR}/Objects/PersonType.hpp
     ${SRCDIR}/Objects/Weapons.hpp
     ${SRCDIR}/Platform/Platform.hpp
     ${SRCDIR}/Thirdparty/optionparser.h