aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/CMakeLists.txt
diff options
context:
space:
mode:
authorauzhegov <auzhegov@yandex-team.com>2023-02-17 14:30:19 +0300
committerauzhegov <auzhegov@yandex-team.com>2023-02-17 14:30:19 +0300
commite7f46af0fea08f462cd8492cab5aba5c0f48483d (patch)
tree3a6ef0bce2f6cc963e0e6aef8af978a8ad422c46 /library/cpp/actors/CMakeLists.txt
parent49a708acc9002a668fa866efccb3d752cd60ccbd (diff)
downloadydb-e7f46af0fea08f462cd8492cab5aba5c0f48483d.tar.gz
Перенос yc public yq events api в oss
Initial version
Diffstat (limited to 'library/cpp/actors/CMakeLists.txt')
-rw-r--r--library/cpp/actors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/actors/CMakeLists.txt b/library/cpp/actors/CMakeLists.txt
index 85c57c9506..9d76935e02 100644
--- a/library/cpp/actors/CMakeLists.txt
+++ b/library/cpp/actors/CMakeLists.txt
@@ -12,6 +12,7 @@ add_subdirectory(dnsresolver)
add_subdirectory(helpers)
add_subdirectory(http)
add_subdirectory(interconnect)
+add_subdirectory(log_backend)
add_subdirectory(memory_log)
add_subdirectory(prof)
add_subdirectory(protos)