X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=043b349f076b83b5f2ed57fe68623f71582c6fc6;hb=14c23210702eee8191dd122f98ef4e43d57295b7;hp=c55c50a12538a451e459a0cd8caa246c50f69575;hpb=b37c82db3e3baee0425f35e2183c8ccff6e9ebe7;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c55c50a..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 @@ -54,10 +55,9 @@ set(LUGARU_SRCS ${SRCDIR}/Terrain.cpp ${SRCDIR}/Texture.cpp ${SRCDIR}/Text.cpp - ${SRCDIR}/TGALoader.cpp + ${SRCDIR}/ImageIO.cpp ${SRCDIR}/unpack.c ${SRCDIR}/Weapons.cpp - ${SRCDIR}/OpenGL_Windows.cpp ${SRCDIR}/openal_wrapper.cpp ${SRCDIR}/Input.cpp ${SRCDIR}/Settings.cpp @@ -83,7 +83,7 @@ set(LUGARU_H ${SRCDIR}/Skeleton.h ${SRCDIR}/Skybox.h ${SRCDIR}/Sprite.h - ${SRCDIR}/TGALoader.h + ${SRCDIR}/ImageIO.h ${SRCDIR}/Terrain.h ${SRCDIR}/Texture.h ${SRCDIR}/Text.h