X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fsvm%2FCMakeLists.txt;h=2cb76948591fb121158a1a98298e2881c3ea978a;hb=a0de7807405963d15216f3d89ee1c6edf678946a;hp=9655b0acc6a0e033ff571501b41337f3100e9e28;hpb=3aa7af3bd703325619634ef9938cf990be3e6f24;p=vpp.git diff --git a/src/svm/CMakeLists.txt b/src/svm/CMakeLists.txt index 9655b0acc6a..2cb76948591 100644 --- a/src/svm/CMakeLists.txt +++ b/src/svm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2018-2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -16,23 +16,24 @@ ############################################################################## add_vpp_library(svm SOURCES + fifo_segment.c + message_queue.c + queue.c svm.c ssvm.c svm_fifo.c - svm_fifo_segment.c - queue.c - message_queue.c MULTIARCH_SOURCES svm_fifo.c INSTALL_HEADERS + fifo_segment.h + fifo_types.h + message_queue.h + queue.h ssvm.h svm_common.h svm_fifo.h - svm_fifo_segment.h - queue.h - message_queue.h svm.h svmdb.h