nsim: add packet loss simulation, docs
[vpp.git] / src / plugins / srv6-ad / CMakeLists.txt
index 29959a1..98662e2 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(srv6ad_plugin
+add_vpp_plugin(srv6ad
+  SOURCES
   ad.c
   node.c
+
+  INSTALL_HEADERS
+  ad.h
 )