X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fila%2FCMakeLists.txt;h=cf5f34cc8a34edd925e3a23f20da18addab86146;hb=f8520159d5e5b4988f56919d34aae3ee7ce38cdb;hp=f03655b7db4e797b2ee8b75578c15ab3888d5fbe;hpb=74449b8b68801e0938f528f19d69e75644cb2ee9;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 +)