diff options
author | Oliver Giles <oliver_g@radwin.com> | 2019-12-05 23:37:36 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-12-17 18:05:15 +0000 |
commit | dc20371f83ed81462c0b24eb750b76f7819df64a (patch) | |
tree | 01eb5b83c0be944987f9cbd4777877c03f6bc36f /extras/rpm/vpp.spec | |
parent | 3d14f036199d9b3098268821424b4e6f5e8f46dc (diff) |
build: export vapi generation in vpp-dev
Adds the higher-level vapi generation to cmake/api.cmake and exposes
the necessary python scripts in vpp-dev, so that out-of-tree/downstream
plugins can also leverage the more convenient API.
Type: feature
Signed-off-by: Oliver Giles <oliver_g@radwin.com>
Change-Id: I8c40a14d27ba3cb972c6907632e03c0e7b0ce982
Diffstat (limited to 'extras/rpm/vpp.spec')
-rw-r--r-- | extras/rpm/vpp.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index cb847f2f427..e20bf1f8fad 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -403,6 +403,9 @@ fi %files devel %defattr(-,bin,bin) /usr/bin/vppapigen +/usr/bin/vapi_c_gen.py +/usr/bin/vapi_cpp_gen.py +/usr/bin/vapi_json_parser.py %{_includedir}/* /usr/share/doc/vpp/examples/sample-plugin /usr/share/vpp |