X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FCMakeLists.txt;h=b159c58c6e747cc731f29f61663f60966547ace6;hb=612415ff494c29cf2fc7ea560da9908eaff7d847;hp=862214da6effcc8690aa49b01d527adce40b3f18;hpb=d127a872a5d1820b864c11ea501438b68d94da89;p=lugaru.git diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 862214d..b159c58 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 @@ -65,9 +64,7 @@ set(LUGARU_H Lights.h LinkedList.h MacCompatibility.h - MacInput.h Models.h - MoreFilesX.h Objects.h Person.h PhysicsMath.h @@ -101,9 +98,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" @@ -137,7 +132,7 @@ if(WIN32) set(LUGARU_H ${LUGARU_H} WinDefs.h - res/lugaru.h) + res/resource.h) endif(WIN32) if(WIN32)