From: Neal Gompa Date: Wed, 12 May 2010 04:46:53 +0000 (-0500) Subject: Added the new Windows source code files to the CMake scripts X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=fcc16085eb812a778eed023f4ad5c0b0bc158827;p=lugaru.git Added the new Windows source code files to the CMake scripts --- diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b0c4cab..b2ffe3f 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -131,8 +131,13 @@ if(WIN32) ) endif(NOT CMAKE_CROSSCOMPILING) + set(LUGARU_SRCS + ${LUGARU_SRCS} + WinDefs.cpp) + set(LUGARU_H ${LUGARU_H} + WinDefs.h res/lugaru.h) endif(WIN32)