aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/www/CMakeLists.linux-x86_64.txt
blob: fdc6d5d131bb8a79dc6447f23e062049905b0814 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.


get_built_tool_path(
  TOOL_rescompiler_bin
  TOOL_rescompiler_dependency
  tools/rescompiler/bin
  rescompiler
)

add_library(cpp-messagebus-www)
target_link_libraries(cpp-messagebus-www PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  library-cpp-resource
  library-cpp-cgiparam
  cpp-html-pcdata
  cpp-http-fetch
  cpp-http-server
  cpp-json-writer
  library-cpp-messagebus
  cpp-messagebus-oldmodule
  monlib-deprecated-json
  library-cpp-uri
)
target_sources(cpp-messagebus-www PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/html_output.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/www.cpp
)

add_global_library_for(cpp-messagebus-www.global cpp-messagebus-www)
target_link_libraries(cpp-messagebus-www.global PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  library-cpp-resource
  library-cpp-cgiparam
  cpp-html-pcdata
  cpp-http-fetch
  cpp-http-server
  cpp-json-writer
  library-cpp-messagebus
  cpp-messagebus-oldmodule
  monlib-deprecated-json
  library-cpp-uri
)
target_sources(cpp-messagebus-www.global PRIVATE
  ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp
)
resources(cpp-messagebus-www.global
  ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp
  INPUTS
  ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/messagebus.js
  ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/bus-ico.png
  KEYS
  /messagebus.js
  /bus-ico.png
)