aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/www/ya.make
blob: 972390cea3fe4d955f04f0a425764114cabcf2a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
LIBRARY()

OWNER(g:messagebus)

SRCS(
    html_output.cpp
    www.cpp
)

ARCHIVE(
    NAME www_static.inc
    messagebus.js
    bus-ico.png
)

PEERDIR(
    library/cpp/archive
    library/cpp/cgiparam
    library/cpp/html/pcdata
    library/cpp/http/fetch
    library/cpp/http/server
    library/cpp/json/writer
    library/cpp/messagebus
    library/cpp/messagebus/oldmodule
    library/cpp/monlib/deprecated/json
    library/cpp/uri
)

END()