]> git.jsancho.org Git - lugaru.git/blobdiff - Source/CMakeLists.txt
Added a conditional to fix for Windows
[lugaru.git] / Source / CMakeLists.txt
index b2ffe3f1d9f62b9d5050c301895d693d2275ee8c..cd827078e8343361b21b236b6fe11e3acec24fd1 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)
 
@@ -138,7 +137,7 @@ if(WIN32)
   set(LUGARU_H
        ${LUGARU_H}
        WinDefs.h
-       res/lugaru.h)
+       res/resource.h)
 endif(WIN32)
 
 if(WIN32)