diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-11-11 07:54:31 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-11-11 08:18:07 +0300 |
commit | aa2573e03c0a4debad8edd5acab600ccaa29e896 (patch) | |
tree | f44717534ca52c1fc3ea7b4a090283a5d6553990 /build/ymake.core.conf | |
parent | 96fe69bacb64fa8f677588717d5cc139117cb761 (diff) | |
download | ydb-aa2573e03c0a4debad8edd5acab600ccaa29e896.tar.gz |
Support options for call rescompiler in CMake
Support options for call rescompiler in CMake
commit_hash:8110f08c01093f7c7186effee493f2c269031868
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index fdb50d6784..1970dab5cc 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -467,9 +467,9 @@ macro CHECK_DEPENDENT_DIRS(TYPE, ALL?"UNUSED":"", PEERDIRS?"PEERDIRS":"ALL", RES SET_APPEND(CHECK_DEPENDENT_DIRS_TYPES $TYPE) } -macro _RESOURCE_SEM(INPUTS[], KEYS[]) { +macro _RESOURCE_SEM(INPUTS[], KEYS[], OPTS[]) { SET(RESOURCE_OUTPUT ${hash:INPUTS}.cpp) - .SEM=target_macroses-ITEM && target_macroses-macro resources && target_macroses-args ${output;global:RESOURCE_OUTPUT} INPUTS ${input:INPUTS} KEYS $KEYS ${hide;tool:"tools/rescompiler/bin"} + .SEM=target_macroses-ITEM && target_macroses-macro resources && target_macroses-args ${output;global:RESOURCE_OUTPUT} INPUTS ${input:INPUTS} KEYS $KEYS OPTS $OPTS ${hide;tool:"tools/rescompiler/bin"} } # tag:built-in |