mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
13 lines
272 B
CMake
13 lines
272 B
CMake
set(SOURCES
|
|
AppFile.cpp
|
|
Launcher.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/LaunchServer/LaunchClientEndpoint.h
|
|
../../Services/LaunchServer/LaunchServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibDesktop desktop)
|
|
target_link_libraries(LibDesktop LibCore LibIPC LibGUI)
|