ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / plugins / srv6-am / CMakeLists.txt
index 995db98..821c232 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(srv6am_plugin
+add_vpp_plugin(srv6am
+  SOURCES
   am.c
   node.c
+
+  INSTALL_HEADERS
+  am.h
 )