diff options
author | a11ax <a11ax@yandex-team.com> | 2023-07-31 17:24:25 +0300 |
---|---|---|
committer | a11ax <a11ax@yandex-team.com> | 2023-07-31 17:24:25 +0300 |
commit | 18c340161d3f523e1c899b606b8b370b2d7a1264 (patch) | |
tree | 15ebe819a63b8d33dd9aa4bf7c59416512383b03 | |
parent | 4fcb9ce9ffcb5ba0f31ceca0eb4f3696fe15e16b (diff) | |
download | ydb-18c340161d3f523e1c899b606b8b370b2d7a1264.tar.gz |
feat c35: ya.make.ext
-rw-r--r-- | build/conf/project_specific/uservices.conf | 3 |
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...>]) ### |