diff options
author | alevitskii <alevitskii@yandex-team.com> | 2024-11-14 09:02:30 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2024-11-14 09:14:07 +0300 |
commit | 14559389ace814f895db4ee116d884ae70bc7469 (patch) | |
tree | 5a8647173c6438875441a01e63593cd4ef708c88 /util/ya.common | |
parent | 8d4c37b7de13075dfe40beb41c1f807d4754de00 (diff) | |
download | ydb-14559389ace814f895db4ee116d884ae70bc7469.tar.gz |
Add external autoincludes.json
Add external autoincludes.json
commit_hash:1b3de1732fee590582ae5620570facc2c0987390
Diffstat (limited to 'util/ya.common')
-rw-r--r-- | util/ya.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/ya.common b/util/ya.common new file mode 100644 index 0000000000..55dc0c103c --- /dev/null +++ b/util/ya.common @@ -0,0 +1,3 @@ +IF (NOT USE_SYSTEM_PYTHON) + STYLE_CPP() +ENDIF() |