serenity/Userland/Services/LaunchServer
Ali Mohammad Pur 166a905951 Userland: Properly populate GENERATED_SOURCES
We previously put the generated headers in SOURCES, which did not mark
them as GENERATED (and did not produce a proper dependency).
This commit moves all generated headers into GENERATED_SOURCES, and
removes useless header SOURCES.
2022-10-12 15:55:15 +01:00
..
CMakeLists.txt Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ConnectionFromClient.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ConnectionFromClient.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
LaunchClient.ipc
Launcher.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Launcher.h LaunchServer: Let open_file_url use app defaults 2022-07-27 17:11:25 +01:00
LaunchServer.ipc
main.cpp