diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2018-12-04 13:03:15 +0100 |
---|---|---|
committer | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2018-12-14 16:30:33 +0000 |
commit | a8e3001e68d8f5ea6cf526b131c92f5993597f81 (patch) | |
tree | 438ef82aa150ef76ce2856c60aaacd64392f70e7 /src | |
parent | 55670421c89637ca16c2abc9539deacb96037723 (diff) |
Fix vat dependencies
Needed for arm machines in CI.
Change-Id: Ib16a8b63e145116c7cb22376243e9026d9545c8a
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
(cherry picked from commit a409f2729ac2431aeee5a18889b4d2e5634c713f)
Diffstat (limited to 'src')
-rw-r--r-- | src/vat/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vat/CMakeLists.txt b/src/vat/CMakeLists.txt index 2ff907026db..0df3bb384c8 100644 --- a/src/vat/CMakeLists.txt +++ b/src/vat/CMakeLists.txt @@ -29,6 +29,8 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS plugin.c json_format.c + DEPENDS api_headers + LINK_LIBRARIES vlibmemoryclient svm |