Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-11-23 02:25:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-23 02:25:21 +0300
commit837fedf372844637338f9623b92f2a5e76f493de (patch)
treeb9ce5859192b56cf8a704dcd2b894750ba47e983 /intern/ghost/CMakeLists.txt
parent94e17ff01e18cc4a8827f81bbf4340fe4f1e718e (diff)
fix for building with mingw/cmake
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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