cmake: fix missing install() lines for startup.conf and 80-vpp.conf
[vpp.git] / src / vpp / CMakeLists.txt
index 7de8c7a..d14aa61 100644 (file)
@@ -116,3 +116,6 @@ add_vpp_executable(vpp_prometheus_export
   LINK_LIBRARIES vppapiclient vppinfra svm vlibmemoryclient
   DEPENDS api_headers
 )
+
+install(FILES conf/startup.conf DESTINATION etc/vpp COMPONENT vpp)
+install(FILES conf/80-vpp.conf DESTINATION etc/sysctl.d COMPONENT vpp)