aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora11ax <a11ax@yandex-team.com>2023-07-31 17:24:25 +0300
committera11ax <a11ax@yandex-team.com>2023-07-31 17:24:25 +0300
commit18c340161d3f523e1c899b606b8b370b2d7a1264 (patch)
tree15ebe819a63b8d33dd9aa4bf7c59416512383b03
parent4fcb9ce9ffcb5ba0f31ceca0eb4f3696fe15e16b (diff)
downloadydb-18c340161d3f523e1c899b606b8b370b2d7a1264.tar.gz
feat c35: ya.make.ext
-rw-r--r--build/conf/project_specific/uservices.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/project_specific/uservices.conf b/build/conf/project_specific/uservices.conf
index 92f69e10ea..25106586dc 100644
--- a/build/conf/project_specific/uservices.conf
+++ b/build/conf/project_specific/uservices.conf
@@ -16,6 +16,9 @@ macro _USRV_ALL_SRCS_HELPER(SUFFIX, RECURSIVE?"/**/*${SUFFIX}.(c|cc|cpp|h|hpp|hx
SRCS($_ALL_USRV_SOURCES)
}
+macro SET_LIST_PRE_SUF(OUT, PRE, SUF, IN...) {
+ SET($OUT ${pre=${PRE};suf=${SUF}:IN})
+}
### @usage: USRV_ALL_SRCS([RECURSIVE] [Dirs...] [EXCLUDE <globs...>])
###