]> git.jsancho.org Git - lugaru.git/blobdiff - Source/CMakeLists.txt
More fixes to 'OpenGL_Windows.cpp' to work on Linux and Windows
[lugaru.git] / Source / CMakeLists.txt
index b159c58c6e747cc731f29f61663f60966547ace6..3aba8d7b0ac47575d4b6106c9a520cfd8385ba85 100644 (file)
@@ -52,7 +52,6 @@ set(LUGARU_SRCS
        unpack.c
        unpack_private.c
        Weapons.cpp
-       MacCompatibility.cpp
        OpenGL_Windows.cpp
        openal_wrapper.cpp
        WinInput.cpp)
@@ -63,7 +62,6 @@ set(LUGARU_H
        Game.h
        Lights.h
        LinkedList.h
-       MacCompatibility.h
        Models.h
        Objects.h
        Person.h
@@ -102,6 +100,7 @@ if(CMAKE_HOST_APPLE)
        set(LUGARU_H
                ${LUGARU_H}
                "Carbon Include.h"
+               MacCompatibility.h
                CarbonStdCLib.h)
 endif(CMAKE_HOST_APPLE)