From 65b65a4692c84462ecf500806795ea0350073e18 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Tue, 7 Jul 2020 17:33:38 -0400 Subject: misc: add tracedump API plugin Type: feature Signed-off-by: Dave Barach Change-Id: I586547508003b95eaa74e18e4a5ac6f72986822c --- src/plugins/tracedump/CMakeLists.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/plugins/tracedump/CMakeLists.txt (limited to 'src/plugins/tracedump/CMakeLists.txt') diff --git a/src/plugins/tracedump/CMakeLists.txt b/src/plugins/tracedump/CMakeLists.txt new file mode 100644 index 00000000000..d0491caf677 --- /dev/null +++ b/src/plugins/tracedump/CMakeLists.txt @@ -0,0 +1,28 @@ + +# Copyright (c) +# 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: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +add_vpp_plugin(tracedump + SOURCES + tracedump.c + tracedump.h + + API_FILES + tracedump.api + + API_TEST_SOURCES + tracedump_test.c +) + +# API_TEST_SOURCES +# tracedump_test.c -- cgit 1.2.3-korg