diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2019-10-09 18:35:16 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-10-14 22:44:35 +0000 |
commit | 26c7a4b0b6488423688f4a7f3c8aacf0d1b9c742 (patch) | |
tree | d6a38e691f0952717a034c101339a25ee660e2e7 /src/plugins/ping/CMakeLists.txt | |
parent | ddc9eb48e6ef5b60c261d857fb3f574c3fa38f4e (diff) |
ping: Move to plugin
Type: refactor
Change-Id: I51d5bf54dfd408aa0c406cbdf0f4be10ef19d10d
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/plugins/ping/CMakeLists.txt')
-rw-r--r-- | src/plugins/ping/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/ping/CMakeLists.txt b/src/plugins/ping/CMakeLists.txt new file mode 100644 index 00000000000..2828f769fcc --- /dev/null +++ b/src/plugins/ping/CMakeLists.txt @@ -0,0 +1,17 @@ +# Copyright (c) 2018 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: +# +# 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(ping + SOURCES + ping.c +) |