]> 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 3aba8d7b0ac47575d4b6106c9a520cfd8385ba85..b62b4b71ae142162e3df301a00003e6e410a8b33 100644 (file)
@@ -62,6 +62,7 @@ set(LUGARU_H
        Game.h
        Lights.h
        LinkedList.h
+       MacCompatibility.h
        Models.h
        Objects.h
        Person.h
@@ -100,7 +101,6 @@ if(CMAKE_HOST_APPLE)
        set(LUGARU_H
                ${LUGARU_H}
                "Carbon Include.h"
-               MacCompatibility.h
                CarbonStdCLib.h)
 endif(CMAKE_HOST_APPLE)