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>2018-06-04 19:49:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-04 19:50:14 +0300
commitda53c3f02006b87e80ae898d1927a215b97cc934 (patch)
treef6c00c72822ad164586540a3602a20a3d4f9b6fb /intern/ghost/CMakeLists.txt
parentc8af234f855ccd29d042f5298f7dea05922a350e (diff)
parent58e8c71cbd91931f97607ab8b028624b3e90455e (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index e4b74ae24af..d8330d43c16 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -280,7 +280,7 @@ elseif(WIN32)
if(NOT WITH_GL_EGL)
list(APPEND SRC
intern/GHOST_ContextWGL.cpp
-
+
intern/GHOST_ContextWGL.h
)
endif()
@@ -307,7 +307,7 @@ endif()
if(WITH_GL_EGL AND NOT (WITH_HEADLESS OR WITH_GHOST_SDL))
list(APPEND SRC
intern/GHOST_ContextEGL.cpp
-
+
intern/GHOST_ContextEGL.h
)
endif()