diff options
author | AlexSm <alex@ydb.tech> | 2024-01-18 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:28:56 +0100 |
commit | 9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch) | |
tree | 541d11ac878c18efd7ebca81e35112aa0fef995b /build/export_generators/hardcoded-cmake/root_global_vars.jinja | |
parent | 404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff) | |
download | ydb-9d0a3761b3201e0d9db879a7adf91876ebdb0564.tar.gz |
Library import 8 (#1074)
* Library import 8
* Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
Diffstat (limited to 'build/export_generators/hardcoded-cmake/root_global_vars.jinja')
-rw-r--r-- | build/export_generators/hardcoded-cmake/root_global_vars.jinja | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/export_generators/hardcoded-cmake/root_global_vars.jinja b/build/export_generators/hardcoded-cmake/root_global_vars.jinja index 398801d733..f57307b465 100644 --- a/build/export_generators/hardcoded-cmake/root_global_vars.jinja +++ b/build/export_generators/hardcoded-cmake/root_global_vars.jinja @@ -1,9 +1,5 @@ -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. +{% include '[generator]/disclaimer.jinja' -%} {% for i in range(platform_vars|length) %} if({{ platform_flags[i] }}) |