cmake: Fix plugins .h includes
[vpp.git] / src / plugins / ixge / CMakeLists.txt
index 14d101e..226652c 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(ixge SOURCES ixge.c)
+add_vpp_plugin(ixge
+  SOURCES
+  ixge.c
+
+  INSTALL_HEADERS
+  ixge.h
+)