|
@@ -0,0 +1,30 @@
|
|
|
+
|
|
|
+# 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.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+add_library(gateway-behaviour-table INTERFACE)
|
|
|
+target_link_libraries(gateway-behaviour-table INTERFACE
|
|
|
+ contrib-libs-linux-headers
|
|
|
+ contrib-libs-cxxsupp
|
|
|
+ yutil
|
|
|
+ gateway-behaviour-tablestore
|
|
|
+)
|
|
|
+
|
|
|
+add_global_library_for(gateway-behaviour-table.global gateway-behaviour-table)
|
|
|
+target_compile_options(gateway-behaviour-table.global PRIVATE
|
|
|
+ -DUSE_CURRENT_UDF_ABI_VERSION
|
|
|
+)
|
|
|
+target_link_libraries(gateway-behaviour-table.global PUBLIC
|
|
|
+ contrib-libs-linux-headers
|
|
|
+ contrib-libs-cxxsupp
|
|
|
+ yutil
|
|
|
+ gateway-behaviour-tablestore
|
|
|
+)
|
|
|
+target_sources(gateway-behaviour-table.global PRIVATE
|
|
|
+ ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/table/behaviour.cpp
|
|
|
+)
|