mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
11 lines
241 B
CMake
11 lines
241 B
CMake
set(SOURCES
|
|
Launcher.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/LaunchServer/LaunchClientEndpoint.h
|
|
../../Services/LaunchServer/LaunchServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibDesktop desktop)
|
|
target_link_libraries(LibDesktop LibIPC)
|