mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 08:55:07 +00: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)
|