X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=043b349f076b83b5f2ed57fe68623f71582c6fc6;hb=14c23210702eee8191dd122f98ef4e43d57295b7;hp=8fe8a8e665118af8d818d1143e446cb71e194a8a;hpb=94df0906c159318cb39bb4ee063336ba3cf51ccb;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fe8a8e..043b349 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