From fcc16085eb812a778eed023f4ad5c0b0bc158827 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 11 May 2010 23:46:53 -0500 Subject: [PATCH] Added the new Windows source code files to the CMake scripts --- Source/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.39.2