aboutsummaryrefslogtreecommitdiffstats
path: root/tools/event2cpp/ya.make
diff options
context:
space:
mode:
authorvitalyisaev <vitalyisaev@ydb.tech>2023-11-30 13:26:22 +0300
committervitalyisaev <vitalyisaev@ydb.tech>2023-11-30 15:44:45 +0300
commit0a98fece5a9b54f16afeb3a94b3eb3105e9c3962 (patch)
tree291d72dbd7e9865399f668c84d11ed86fb190bbf /tools/event2cpp/ya.make
parentcb2c8d75065e5b3c47094067cb4aa407d4813298 (diff)
downloadydb-0a98fece5a9b54f16afeb3a94b3eb3105e9c3962.tar.gz
YQ Connector:Use docker-compose in integrational tests
Diffstat (limited to 'tools/event2cpp/ya.make')
-rw-r--r--tools/event2cpp/ya.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/event2cpp/ya.make b/tools/event2cpp/ya.make
new file mode 100644
index 0000000000..9a89909346
--- /dev/null
+++ b/tools/event2cpp/ya.make
@@ -0,0 +1,13 @@
+SET(IDE_FOLDER "_Builders")
+
+IF (USE_PREBUILT_TOOLS)
+ INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/event2cpp/ya.make.prebuilt)
+ENDIF()
+
+IF (NOT PREBUILT)
+ INCLUDE(${ARCADIA_ROOT}/tools/event2cpp/bin/ya.make)
+ENDIF()
+
+RECURSE(
+ bin
+)