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