From bd2b50dfa8880c5d525a9940ab18c7f26b266bf9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 7 Sep 2022 15:14:33 +1000 Subject: Cleanup: sort cmake file lists --- intern/ghost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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) -- cgit v1.2.3