summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibConfig/CMakeLists.txt
blob: f4506dc6102f1e9befc65885fbef460962d3f356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(SOURCES
    Client.cpp
    Listener.cpp
)

set(GENERATED_SOURCES
    ../../Services/ConfigServer/ConfigServerEndpoint.h
    ../../Services/ConfigServer/ConfigClientEndpoint.h
)

serenity_lib(LibConfig config)
target_link_libraries(LibConfig LibIPC)