X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=d19e669fec7ad13cbf9bf921ef5499e4fe98acb6;hb=cd46cab54acd39ff8c02b204844f1ce53fd2edbc;hp=766bd3768640f4d3152b7458b5168d6b8a442499;hpb=963584c62f5a1ec1f2b505f5c64672b7d4bc7547;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 766bd37..d19e669 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") set(LUGARU_SRCS ${SRCDIR}/Frustum.cpp + ${SRCDIR}/Account.cpp ${SRCDIR}/GameDraw.cpp ${SRCDIR}/GameInitDispose.cpp ${SRCDIR}/GameTick.cpp @@ -84,6 +85,7 @@ set(LUGARU_SRCS set(LUGARU_H ${SRCDIR}/Constants.h ${SRCDIR}/Frustum.h + ${SRCDIR}/Account.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h ${SRCDIR}/LinkedList.h