diff options
Diffstat (limited to 'Applications/Welcome/CMakeLists.txt')
-rw-r--r-- | Applications/Welcome/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Applications/Welcome/CMakeLists.txt b/Applications/Welcome/CMakeLists.txt deleted file mode 100644 index e9d1ef3380..0000000000 --- a/Applications/Welcome/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -set(SOURCES - BackgroundWidget.cpp - main.cpp - TextWidget.cpp - UnuncheckableButton.cpp -) - -serenity_bin(Welcome) -target_link_libraries(Welcome LibGUI) |