X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fila%2FCMakeLists.txt;h=cf5f34cc8a34edd925e3a23f20da18addab86146;hb=refs%2Fchanges%2F06%2F14506%2F1;hp=f03655b7db4e797b2ee8b75578c15ab3888d5fbe;hpb=b3abec7c1f936ee4950d14cc8a9c34c729551f9f;p=vpp.git diff --git a/src/plugins/ila/CMakeLists.txt b/src/plugins/ila/CMakeLists.txt index f03655b7db4..cf5f34cc8a3 100644 --- a/src/plugins/ila/CMakeLists.txt +++ b/src/plugins/ila/CMakeLists.txt @@ -11,5 +11,11 @@ # 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 +)