X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=0d3af5b9468c5210f390af30aaee4f894d53b3fa;hb=64560867a9b6486d601784a2fe4ba6149d31b7aa;hp=c1a3e6b5030f7255f214ef47c56e7b237e9c0188;hpb=bb10d5d29efb774db509c87063f1294980b127c8;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c1a3e6b..0d3af5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,7 @@ set(LUGARU_SRCS ${SRCDIR}/Account.cpp ${SRCDIR}/ConsoleCmds.cpp ${SRCDIR}/Dialog.cpp + ${SRCDIR}/Hotspot.cpp ${SRCDIR}/Game.cpp ${SRCDIR}/GameDraw.cpp ${SRCDIR}/GameInitDispose.cpp @@ -86,6 +87,7 @@ set(LUGARU_H ${SRCDIR}/Account.h ${SRCDIR}/ConsoleCmds.h ${SRCDIR}/Dialog.h + ${SRCDIR}/Hotspot.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h ${SRCDIR}/Menu.h