]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
First step towards using clean methods and correct paths for datas and config
[lugaru.git] / CMakeLists.txt
index c59fa3fa7a3636bf03905fe13142fdab06b76f06..b507ffec64a3b522ea6f62e32739d729c33b95ee 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
@@ -101,6 +102,7 @@ set(LUGARU_H
     ${SRCDIR}/Stereo.h
     ${SRCDIR}/Animation.h
     ${SRCDIR}/Sounds.h
+    ${SRCDIR}/Utils/Folders.h
 )
 
 if(UNIX)