summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDesktop/CMakeLists.txt
blob: 54f733fdafbcfc78e58b6e980501b4c7a915978b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 PRIVATE LibCore LibIPC LibGUI)