From 837fedf372844637338f9623b92f2a5e76f493de Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Nov 2010 23:25:21 +0000 Subject: fix for building with mingw/cmake --- intern/ghost/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'intern/ghost/CMakeLists.txt') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 8319772adeb..845e38cbb2e 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -83,9 +83,10 @@ ELSEIF(UNIX) ELSEIF(WIN32) IF(MSVC) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX") - LIST(APPEND INC ${WINTAB_INC}) ENDIF(MSVC) + LIST(APPEND INC ${WINTAB_INC}) + LIST(APPEND SRC ./intern/GHOST_DisplayManagerWin32.cpp ./intern/GHOST_SystemWin32.cpp -- cgit v1.2.3