]> git.jsancho.org Git - lugaru.git/commitdiff
Added the new Windows source code files to the CMake scripts
authorNeal Gompa <ngompa13@gmail.com>
Wed, 12 May 2010 04:46:53 +0000 (23:46 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Wed, 12 May 2010 04:46:53 +0000 (23:46 -0500)
Source/CMakeLists.txt

index b0c4cabd05e392ae61350554dae42dd785b83d94..b2ffe3f1d9f62b9d5050c301895d693d2275ee8c 100644 (file)
@@ -131,8 +131,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)