diff options
author | Linus Groh <mail@linusgroh.de> | 2021-04-16 21:30:53 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-16 21:30:53 +0200 |
commit | ba3bc6fef2eb8268c97f36c3bb7cbd56585cce3f (patch) | |
tree | ae4e29aec3b50cbc05985b0458e979317e5ce2c7 /Userland/Services | |
parent | bb6bb7bc5e83ad5719b50065e64fce1a150944eb (diff) | |
download | serenity-ba3bc6fef2eb8268c97f36c3bb7cbd56585cce3f.zip |
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
Diffstat (limited to 'Userland/Services')
-rw-r--r-- | Userland/Services/WindowServer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WindowServer/CMakeLists.txt b/Userland/Services/WindowServer/CMakeLists.txt index ce759b7afe..6374421b6f 100644 --- a/Userland/Services/WindowServer/CMakeLists.txt +++ b/Userland/Services/WindowServer/CMakeLists.txt @@ -9,7 +9,7 @@ set(SOURCES Cursor.cpp EventLoop.cpp main.cpp - Menubar.cpp + Menubar.cpp Menu.cpp MenuItem.cpp MenuManager.cpp |