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>2015-03-20 18:16:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-20 18:17:27 +0300
commit63ab5b0883612878818c931b6765237eaeecca4a (patch)
tree1ee651866b67236f3dabb12ef41267c41a95130f /intern/ghost/CMakeLists.txt
parentd12ab9a9a8c39733c35e4c967cee52eb7d274b4b (diff)
Fix for building win32 headless
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index dc55a81b0d8..761bcb4dd27 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -297,11 +297,6 @@ elseif(WIN32)
intern/GHOST_NDOFManagerWin32.h
)
endif()
-
- list(APPEND INC
- ../utfconv
- )
-
endif()
if(WITH_GL_EGL AND NOT (WITH_HEADLESS OR WITH_GHOST_SDL))
@@ -334,6 +329,10 @@ elseif(WIN32)
intern/GHOST_SystemPathsWin32.h
)
+ list(APPEND INC
+ ../utfconv
+ )
+
endif()
add_definitions(${GL_DEFINITIONS})