mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-15 07:09:43 +03:00
12 lines
241 B
CMake
12 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)
|