summaryrefslogtreecommitdiff
path: root/Libraries/LibDesktop/CMakeLists.txt
blob: 2b01bc27344fd3c630afd85f23ca92a5b50d374b (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SOURCES
    Launcher.cpp
)

set(GENERATED_SOURCES
    ../../Services/LaunchServer/LaunchClientEndpoint.h
    ../../Services/LaunchServer/LaunchServerEndpoint.h
)

serenity_lib(LibDesktop desktop)
target_link_libraries(LibDesktop LibIPC)