diff options
Diffstat (limited to 'src/vlibmemory/CMakeLists.txt')
-rw-r--r-- | src/vlibmemory/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vlibmemory/CMakeLists.txt b/src/vlibmemory/CMakeLists.txt index 3459f03db1b..a37fc9fe451 100644 --- a/src/vlibmemory/CMakeLists.txt +++ b/src/vlibmemory/CMakeLists.txt @@ -11,8 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -vpp_generate_api_header(memclnt.api) -add_custom_target(vlibmemory_api_headers DEPENDS memclnt.api.h) +vpp_add_api_files(vlibmemory_api_headers + memclnt.api +) add_library (vlibmemory SHARED memory_api.c |