aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rescompiler/bin/ya.make
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-18 15:49:59 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-18 15:49:59 +0300
commitb4cb34dfb2619f594d82e512fd9ff7fc97400133 (patch)
tree6a64ab25a145265287789bceed3f59e953561206 /tools/rescompiler/bin/ya.make
parent5e837a820d5be0671fa4096a1cc1e378453e5132 (diff)
downloadydb-b4cb34dfb2619f594d82e512fd9ff7fc97400133.tar.gz
intermediate changes
ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3
Diffstat (limited to 'tools/rescompiler/bin/ya.make')
-rw-r--r--tools/rescompiler/bin/ya.make19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/rescompiler/bin/ya.make b/tools/rescompiler/bin/ya.make
new file mode 100644
index 0000000000..42557c85f6
--- /dev/null
+++ b/tools/rescompiler/bin/ya.make
@@ -0,0 +1,19 @@
+OWNER(pg g:ymake)
+
+PROGRAM(rescompiler)
+
+PEERDIR(
+ library/cpp/resource
+)
+
+SRCDIR(
+ tools/rescompiler
+)
+
+SRCS(
+ main.cpp
+)
+
+INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rescompiler/ya.make.induced_deps)
+
+END()