X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=b507ffec64a3b522ea6f62e32739d729c33b95ee;hb=8d45019f2b1ac74108ae4589333680158fee32d5;hp=3f11cf90706d9257de6db47e61689f4236b93015;hpb=3269541649be9ae4cabdd5a7891e5216518520ad;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f11cf9..b507ffe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ set(LUGARU_SRCS ${SRCDIR}/Frustum.cpp ${SRCDIR}/Account.cpp ${SRCDIR}/ConsoleCmds.cpp + ${SRCDIR}/Dialog.cpp ${SRCDIR}/Game.cpp ${SRCDIR}/GameDraw.cpp ${SRCDIR}/GameInitDispose.cpp @@ -65,12 +66,14 @@ set(LUGARU_SRCS ${SRCDIR}/Animation.cpp ${SRCDIR}/Sounds.cpp ${SRCDIR}/Awards.cpp + ${SRCDIR}/Utils/Folders.cpp ) set(LUGARU_H ${SRCDIR}/Frustum.h ${SRCDIR}/Account.h ${SRCDIR}/ConsoleCmds.h + ${SRCDIR}/Dialog.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h ${SRCDIR}/Menu.h @@ -99,6 +102,7 @@ set(LUGARU_H ${SRCDIR}/Stereo.h ${SRCDIR}/Animation.h ${SRCDIR}/Sounds.h + ${SRCDIR}/Utils/Folders.h ) if(UNIX)