X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=9bad38c599d952a5189a116286e62ee9eeac8741;hb=f2fdadbadb32b153acdf60720a0c416d4650d15e;hp=8fe8a8e665118af8d818d1143e446cb71e194a8a;hpb=97989f58ab13c64fbe05e629d2b2a024a2c3cfa4;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fe8a8e..9bad38c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") ### Sources set(LUGARU_SRCS + ${SRCDIR}/main.cpp ${SRCDIR}/Frustum.cpp ${SRCDIR}/Account.cpp ${SRCDIR}/ConsoleCmds.cpp @@ -57,7 +58,6 @@ set(LUGARU_SRCS ${SRCDIR}/ImageIO.cpp ${SRCDIR}/unpack.c ${SRCDIR}/Weapons.cpp - ${SRCDIR}/OpenGL_Windows.cpp ${SRCDIR}/openal_wrapper.cpp ${SRCDIR}/Input.cpp ${SRCDIR}/Settings.cpp @@ -91,6 +91,7 @@ set(LUGARU_H ${SRCDIR}/Input.h ${SRCDIR}/binio.h ${SRCDIR}/openal_wrapper.h + ${SRCDIR}/optionparser.h ${SRCDIR}/gamegl.h ${SRCDIR}/glstubs.h ${SRCDIR}/private.h