]> git.jsancho.org Git - lugaru.git/blobdiff - Source/CMakeLists.txt
Made fixes for includes in 'openal_wrapper.cpp' and tweaked the CMake scripts a bit
[lugaru.git] / Source / CMakeLists.txt
index 862214da6effcc8690aa49b01d527adce40b3f18..b62b4b71ae142162e3df301a00003e6e410a8b33 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
@@ -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"
@@ -137,7 +131,7 @@ if(WIN32)
   set(LUGARU_H
        ${LUGARU_H}
        WinDefs.h
-       res/lugaru.h)
+       res/resource.h)
 endif(WIN32)
 
 if(WIN32)