diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2018-12-04 13:03:15 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-12-11 12:57:00 +0000 |
commit | a409f2729ac2431aeee5a18889b4d2e5634c713f (patch) | |
tree | 2b1ee29e3b46f8aa8603504652a33d685762a0b2 /src/vat/CMakeLists.txt | |
parent | 185e6490eef10f5e0c5e9d08ad0fd4b976a73c9c (diff) |
Fix vat dependencies
Needed for arm machines in CI.
Change-Id: Ib16a8b63e145116c7cb22376243e9026d9545c8a
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to 'src/vat/CMakeLists.txt')
-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 e7f26d4491e..d512d9c1730 100644 --- a/src/vat/CMakeLists.txt +++ b/src/vat/CMakeLists.txt @@ -30,6 +30,8 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS json_format.c types.c + DEPENDS api_headers + LINK_LIBRARIES vlibmemoryclient svm |