X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fsvm%2FCMakeLists.txt;h=2cb76948591fb121158a1a98298e2881c3ea978a;hb=f22f4e562e1b922cff036ef628b77fd2d479d015;hp=203a9bb53f8339ca161bba9c9248e27848d94d24;hpb=4553c95ab7cac75838433fdd5cd3c0d0c1d6e2e6;p=vpp.git diff --git a/src/svm/CMakeLists.txt b/src/svm/CMakeLists.txt index 203a9bb53f8..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,20 +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