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 <campbell@blender.org>2022-09-07 08:14:33 +0300
committerCampbell Barton <campbell@blender.org>2022-09-07 08:14:50 +0300
commitbd2b50dfa8880c5d525a9940ab18c7f26b266bf9 (patch)
tree74835710c2283a00263f1c84d4651b273f1fbf6c /intern/ghost
parent7c52f18f15a115062e8d96ea9e30a675265561e8 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index f2e6609a263..aa23618ca39 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -299,8 +299,8 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
intern/GHOST_SystemWayland.h
intern/GHOST_WaylandCursorSettings.h
- intern/GHOST_WindowWayland.h
intern/GHOST_WaylandUtils.h
+ intern/GHOST_WindowWayland.h
)
set(INC_DST ${CMAKE_CURRENT_BINARY_DIR}/libwayland)