diff options
| author | max42 <[email protected]> | 2023-06-30 11:13:34 +0300 |
|---|---|---|
| committer | max42 <[email protected]> | 2023-06-30 11:13:34 +0300 |
| commit | 3e1899838408bbad47622007aa382bc8a2b01f87 (patch) | |
| tree | 0f21c1e6add187ddb6c3ccc048a7d640ce03fb87 /contrib/tools | |
| parent | 5463eb3f5e72a86f858a3d27c886470a724ede34 (diff) | |
Revert "YT-19324: move YT provider to ydb/library/yql"
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
Diffstat (limited to 'contrib/tools')
| -rw-r--r-- | contrib/tools/flatc/bin/ya.make | 23 | ||||
| -rw-r--r-- | contrib/tools/flatc/ya.make | 11 |
2 files changed, 0 insertions, 34 deletions
diff --git a/contrib/tools/flatc/bin/ya.make b/contrib/tools/flatc/bin/ya.make deleted file mode 100644 index f94d2e6aa27..00000000000 --- a/contrib/tools/flatc/bin/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -PROGRAM(flatc) - -NO_UTIL() - -ADDINCL( - contrib/libs/flatbuffers/include -) - -PEERDIR( - contrib/libs/flatbuffers/flatc -) - -SRCDIR( - contrib/libs/flatbuffers/src -) - -SRCS( - flatc_main.cpp -) - -INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/flatc/ya.make.induced_deps) - -END() diff --git a/contrib/tools/flatc/ya.make b/contrib/tools/flatc/ya.make deleted file mode 100644 index 93e5104a93c..00000000000 --- a/contrib/tools/flatc/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -IF (USE_PREBUILT_TOOLS) - INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/flatc/ya.make.prebuilt) -ENDIF() - -IF (NOT PREBUILT) - INCLUDE(${ARCADIA_ROOT}/contrib/tools/flatc/bin/ya.make) -ENDIF() - -RECURSE( - bin -) |
