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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-27 07:21:59 +0300
committerCampbell Barton <campbell@blender.org>2022-08-27 07:32:50 +0300
commitd41acc23e1624b1799407c7d8bb32fcc52681665 (patch)
treee3faa6ab67fdff98749b9c48d02089fa4afab856 /intern
parentbfca876c05f39f74065f9d56edd7e25acfef21bf (diff)
CMake: include missing header files
Diffstat (limited to 'intern')
-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 d59c179e371..f6851b67681 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -300,6 +300,7 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
intern/GHOST_SystemWayland.h
intern/GHOST_WaylandCursorSettings.h
intern/GHOST_WindowWayland.h
+ intern/GHOST_WaylandUtils.h
)
pkg_get_variable(WAYLAND_SCANNER wayland-scanner wayland_scanner)