]> git.jsancho.org Git - lugaru.git/blobdiff - Source/CMakeLists.txt
Removed Logger (it's not GPL compatible).
[lugaru.git] / Source / CMakeLists.txt
index b0c4cabd05e392ae61350554dae42dd785b83d94..862214da6effcc8690aa49b01d527adce40b3f18 100644 (file)
@@ -54,8 +54,7 @@ set(LUGARU_SRCS
        unpack_private.c
        Weapons.cpp
        MacCompatibility.cpp
-       logger/logger.cpp
-       OpenGL_Windows.cpp 
+       OpenGL_Windows.cpp
        openal_wrapper.cpp
        WinInput.cpp)
 
@@ -131,8 +130,13 @@ if(WIN32)
                                                  )\r
   endif(NOT CMAKE_CROSSCOMPILING)
 
+  set(LUGARU_SRCS
+       ${LUGARU_SRCS}
+       WinDefs.cpp)
+
   set(LUGARU_H
        ${LUGARU_H}
+       WinDefs.h
        res/lugaru.h)
 endif(WIN32)