summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDesktop/CMakeLists.txt
blob: 598bb952c86edc65c5feaf130d5d974c454e4a84 (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 LibCore LibIPC LibGUI)