diff options
author | spreis <spreis@yandex-team.com> | 2024-01-23 16:13:43 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-01-23 16:29:56 +0300 |
commit | 8ebb5e504f638cbfc9bc614113db611c62630bdb (patch) | |
tree | 935cf53f6dff84bc861117df8c210e9ec381b904 /build/conf/fbs.conf | |
parent | 45f8abf493164d68c21dd7764ad270438fb5ab45 (diff) | |
download | ydb-8ebb5e504f638cbfc9bc614113db611c62630bdb.tar.gz |
Add GEN_FBS
Diffstat (limited to 'build/conf/fbs.conf')
-rw-r--r-- | build/conf/fbs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/fbs.conf b/build/conf/fbs.conf index 2f6ccb40f8..c535c437b2 100644 --- a/build/conf/fbs.conf +++ b/build/conf/fbs.conf @@ -100,6 +100,7 @@ macro FBS_NAMESPACE(NAMESPACE, PATH...) { multimodule FBS_LIBRARY { module CPP_FBS: LIBRARY { ENABLE(CPP_FBS) + ENABLE(GEN_FBS) SET(PEERDIR_TAGS CPP_FBS) } |