X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FCMakeLists.txt;h=3aba8d7b0ac47575d4b6106c9a520cfd8385ba85;hb=21a5795e0a42a3a0a91148f7c0f9f6cfe78b1235;hp=b0c4cabd05e392ae61350554dae42dd785b83d94;hpb=03be8457418f247fcbc16e588d6667c91bcf40f4;p=lugaru.git diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b0c4cab..3aba8d7 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -7,7 +7,6 @@ set(LUGARU_SRCS Lights.cpp Models.cpp Objects.cpp - OpenGL_Full_Screen.cpp OpenGL_Windows.cpp Person.cpp Quaternions.cpp @@ -53,9 +52,7 @@ set(LUGARU_SRCS unpack.c unpack_private.c Weapons.cpp - MacCompatibility.cpp - logger/logger.cpp - OpenGL_Windows.cpp + OpenGL_Windows.cpp openal_wrapper.cpp WinInput.cpp) @@ -65,10 +62,7 @@ set(LUGARU_H Game.h Lights.h LinkedList.h - MacCompatibility.h - MacInput.h Models.h - MoreFilesX.h Objects.h Person.h PhysicsMath.h @@ -102,12 +96,11 @@ set(LUGARU_H if(CMAKE_HOST_APPLE) set(LUGARU_SRCS ${LUGARU_SRCS} - MacCompatibility.cpp - MoreFilesX.c - MacInput.cpp) + MacCompatibility.cpp) set(LUGARU_H ${LUGARU_H} "Carbon Include.h" + MacCompatibility.h CarbonStdCLib.h) endif(CMAKE_HOST_APPLE) @@ -131,9 +124,14 @@ if(WIN32) ) endif(NOT CMAKE_CROSSCOMPILING) + set(LUGARU_SRCS + ${LUGARU_SRCS} + WinDefs.cpp) + set(LUGARU_H ${LUGARU_H} - res/lugaru.h) + WinDefs.h + res/resource.h) endif(WIN32) if(WIN32)