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>2021-07-08 06:20:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-08 06:21:22 +0300
commitc3cb5652507e5ac309108994a7a6c7587a3be398 (patch)
treefa9ec02c8bbe839668388ff8c63bb52fefae8d93 /intern/ghost
parent8346417d09240c129c5688560180aec37bc4c89a (diff)
CMake: add missing headers, sort file lists
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 6edd7b386da..a35c9fffcab 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -293,6 +293,7 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
intern/GHOST_WindowWayland.cpp
intern/GHOST_SystemWayland.h
+ intern/GHOST_WaylandCursorSettings.h
intern/GHOST_WindowWayland.h
)