From 74449b8b68801e0938f528f19d69e75644cb2ee9 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sat, 25 Aug 2018 11:33:29 +0200 Subject: cmake: improve add_vpp_plugin macro Change-Id: Iffd5c45ab242a919592a1f686f7f880936b68a1a Signed-off-by: Damjan Marion --- src/plugins/flowprobe/CMakeLists.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/plugins/flowprobe/CMakeLists.txt') diff --git a/src/plugins/flowprobe/CMakeLists.txt b/src/plugins/flowprobe/CMakeLists.txt index df803a8d668..f65fe452b75 100644 --- a/src/plugins/flowprobe/CMakeLists.txt +++ b/src/plugins/flowprobe/CMakeLists.txt @@ -11,13 +11,16 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(flowprobe_plugin - flowprobe.api +add_vpp_plugin(flowprobe + SOURCES flowprobe.c node.c + + API_FILES + flowprobe.api ) -add_vpp_api_test_plugin(flowprobe_test_plugin +add_vpp_api_test_plugin(flowprobe_test flowprobe.api flowprobe_test.c ) -- cgit 1.2.3-korg