summaryrefslogtreecommitdiff
path: root/Demos/WebView/CMakeLists.txt
blob: cf139cff1af24ec2a9872ac034c380ff82212928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(SOURCES
    main.cpp
    WebContentView.cpp
    WebContentClient.cpp
)

set(GENERATED_SOURCES
    ../../Services/WebContent/WebContentClientEndpoint.h
    ../../Services/WebContent/WebContentServerEndpoint.h
)

serenity_bin(WebView)
target_link_libraries(WebView LibGUI)