X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FCMakeLists.txt;h=b62b4b71ae142162e3df301a00003e6e410a8b33;hb=abf8445c6bae263c5a931e3c5693b7879e19df8e;hp=cd827078e8343361b21b236b6fe11e3acec24fd1;hpb=fd8b0a1082911a475fd73a4baa4a8634d136dd01;p=lugaru.git diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index cd82707..b62b4b7 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,7 +52,6 @@ set(LUGARU_SRCS unpack.c unpack_private.c Weapons.cpp - MacCompatibility.cpp OpenGL_Windows.cpp openal_wrapper.cpp WinInput.cpp) @@ -65,9 +63,7 @@ set(LUGARU_H Lights.h LinkedList.h MacCompatibility.h - MacInput.h Models.h - MoreFilesX.h Objects.h Person.h PhysicsMath.h @@ -101,9 +97,7 @@ 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"