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