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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-03-16 06:16:21 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-03-16 06:35:37 +0300
commit3692a2bcb3b8f742551c791c6e484e01678a0835 (patch)
treed9953d66c88c504aaf7967da9ecadf1eea2d2d6d /intern/ghost/CMakeLists.txt
parentcca1e1b707c2d34244d3da87efcd78775c4eb048 (diff)
parente5327afcb73f102db8a82ccefc29bbf9cc6fb60c (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 7771af93d4f..e4b74ae24af 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -178,10 +178,12 @@ elseif(WITH_X11)
intern/GHOST_DisplayManagerX11.cpp
intern/GHOST_SystemX11.cpp
intern/GHOST_WindowX11.cpp
+ intern/GHOST_TaskbarX11.cpp
intern/GHOST_DisplayManagerX11.h
intern/GHOST_SystemX11.h
intern/GHOST_WindowX11.h
+ intern/GHOST_TaskbarX11.h
)
if(NOT WITH_GL_EGL)