]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Moved things related to tutorial in new Tutorial class
[lugaru.git] / CMakeLists.txt
index 58693544d74f30c8adbee32b5c52f9d9787ed53b..4b9fb85b54b4cdd62a53272f808ead5b493568b5 100644 (file)
@@ -82,6 +82,7 @@ set(LUGARU_SRCS
     ${SRCDIR}/GameInitDispose.cpp
     ${SRCDIR}/GameTick.cpp
     ${SRCDIR}/Globals.cpp
+    ${SRCDIR}/Tutorial.cpp
 
 )
 
@@ -122,6 +123,7 @@ set(LUGARU_H
     ${SRCDIR}/Utils/Input.hpp
     ${SRCDIR}/Utils/private.h
     ${SRCDIR}/Game.hpp
+    ${SRCDIR}/Tutorial.hpp
 
 )