X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c55c50a12538a451e459a0cd8caa246c50f69575;hb=b37c82db3e3baee0425f35e2183c8ccff6e9ebe7;hp=661e5493ff9f699c145ea82d39cc11afe5653156;hpb=6c36b920245ca8b1e3d9aaede5f9d2a6210538a1;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 661e549..c55c50a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") set(LUGARU_SRCS ${SRCDIR}/Frustum.cpp ${SRCDIR}/Account.cpp + ${SRCDIR}/ConsoleCmds.cpp ${SRCDIR}/Game.cpp ${SRCDIR}/GameDraw.cpp ${SRCDIR}/GameInitDispose.cpp @@ -69,6 +70,7 @@ set(LUGARU_SRCS set(LUGARU_H ${SRCDIR}/Frustum.h ${SRCDIR}/Account.h + ${SRCDIR}/ConsoleCmds.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h ${SRCDIR}/Menu.h