aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/audit/CMakeLists.linux-aarch64.txt
blob: a2eac3443c67897c79e18fd7f61ab22282917335 (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
# 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(ydb-core-audit)
target_link_libraries(ydb-core-audit PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  cpp-actors-core
  library-cpp-json
  library-cpp-logger
  ydb-core-base
  library-cpp-resource
)
target_sources(ydb-core-audit PRIVATE
  ${CMAKE_SOURCE_DIR}/ydb/core/audit/audit_log_json_impl.cpp
  ${CMAKE_SOURCE_DIR}/ydb/core/audit/audit_log_txt_impl.cpp
  ${CMAKE_SOURCE_DIR}/ydb/core/audit/audit_log.cpp
)

add_global_library_for(ydb-core-audit.global ydb-core-audit)
target_link_libraries(ydb-core-audit.global PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  cpp-actors-core
  library-cpp-json
  library-cpp-logger
  ydb-core-base
  library-cpp-resource
)
target_sources(ydb-core-audit.global PRIVATE
  ${CMAKE_BINARY_DIR}/ydb/core/audit/da10233abc65c3f178c7da0ce0d7a4ea.cpp
)
resources(ydb-core-audit.global
  ${CMAKE_BINARY_DIR}/ydb/core/audit/da10233abc65c3f178c7da0ce0d7a4ea.cpp
  INPUTS
  ${CMAKE_SOURCE_DIR}/ydb/core/kqp/kqp_default_settings.txt
  KEYS
  kqp_default_settings.txt
)