]> git.jsancho.org Git - lugaru.git/commitdiff
Removed superfluous files from CMakeLists source tree listing
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 05:08:25 +0000 (00:08 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 05:08:25 +0000 (00:08 -0500)
Source/CMakeLists.txt

index cd827078e8343361b21b236b6fe11e3acec24fd1..b159c58c6e747cc731f29f61663f60966547ace6 100644 (file)
@@ -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"