X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=2e6505eabff2b213d83c1506177099e9c74b7519;hb=845b8ad33ffc79190b6c89e22fa2a7e9913a1e16;hp=851df4edfa14ae2090bc141f32c8f2abf0e1bfca;hpb=9ab405b6543dfd6ea0eef8e5e80d76ffa9d4dd04;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 851df4e..2e6505e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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