mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
14 lines
321 B
CMake
14 lines
321 B
CMake
set(SOURCES
|
|
AppFile.cpp
|
|
Launcher.cpp
|
|
Screensaver.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/LaunchServer/LaunchClientEndpoint.h
|
|
../../Services/LaunchServer/LaunchServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibDesktop desktop)
|
|
target_link_libraries(LibDesktop PRIVATE LibCore LibIPC LibGfx LibGUI LibFileSystem)
|