]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Moved as much as possible init in Person constructor
[lugaru.git] / CMakeLists.txt
index c59fa3fa7a3636bf03905fe13142fdab06b76f06..3a87ea641e258cbee9061681b1958f6290022def 100644 (file)
@@ -66,6 +66,7 @@ set(LUGARU_SRCS
     ${SRCDIR}/Animation.cpp
     ${SRCDIR}/Sounds.cpp
     ${SRCDIR}/Awards.cpp
+    ${SRCDIR}/Utils/Folders.cpp
 )
 
 set(LUGARU_H
@@ -95,12 +96,12 @@ set(LUGARU_H
     ${SRCDIR}/openal_wrapper.h
     ${SRCDIR}/optionparser.h
     ${SRCDIR}/gamegl.h
-    ${SRCDIR}/glstubs.h
     ${SRCDIR}/private.h
     ${SRCDIR}/Settings.h
     ${SRCDIR}/Stereo.h
     ${SRCDIR}/Animation.h
     ${SRCDIR}/Sounds.h
+    ${SRCDIR}/Utils/Folders.h
 )
 
 if(UNIX)