X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c59fa3fa7a3636bf03905fe13142fdab06b76f06;hb=e7b76642d8998c250272a8313ad8aa7c7efff319;hp=3f11cf90706d9257de6db47e61689f4236b93015;hpb=faef1e1f8db1918c832c47109221d905bb81047b;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f11cf9..c59fa3f 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 @@ -71,6 +72,7 @@ set(LUGARU_H ${SRCDIR}/Frustum.h ${SRCDIR}/Account.h ${SRCDIR}/ConsoleCmds.h + ${SRCDIR}/Dialog.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h ${SRCDIR}/Menu.h