diff options
author | Damjan Marion <damarion@cisco.com> | 2018-08-24 21:36:42 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-25 09:55:17 +0000 |
commit | 2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5 (patch) | |
tree | d96a06e0833d4a513296ee5c8bd036f0e7f36118 /src/vlibmemory | |
parent | 0219b8dfbf25090214573394cf2c9e5e968cfa9a (diff) |
cmake: add more headers to the install list
Change-Id: I3a0f48381232fcac1727034aa6d2504a8d1edb04
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlibmemory')
-rw-r--r-- | src/vlibmemory/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/vlibmemory/CMakeLists.txt b/src/vlibmemory/CMakeLists.txt index a37fc9fe451..55c47670523 100644 --- a/src/vlibmemory/CMakeLists.txt +++ b/src/vlibmemory/CMakeLists.txt @@ -29,6 +29,17 @@ target_link_libraries (vlibmemory vppinfra svm vlib) add_dependencies(vlibmemory vlibmemory_api_headers) install (TARGETS vlibmemory DESTINATION lib) +vpp_add_header_files(vlibmemory + vl_memory_msg_enum.h + memory_shared.h + vl_memory_api_h.h + socket_client.h + memory_api.h + api.h + memory_client.h + socket_api.h +) + add_library (vlibmemoryclient SHARED memory_shared.c memory_client.c |