X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2FCMakeLists.txt;h=e5945b20dec37ab77682b31cffbb05f1ae2e6bbf;hb=caf4e754ea635b0ed028e9e8ecba29b32ff4a8a7;hp=2ff907026db335f0baa9523833de49a9e322d3ca;hpb=b414d0d23aff66f793c018a75d83af4d29fb1bd4;p=vpp.git diff --git a/src/vat/CMakeLists.txt b/src/vat/CMakeLists.txt index 2ff907026db..e5945b20dec 100644 --- a/src/vat/CMakeLists.txt +++ b/src/vat/CMakeLists.txt @@ -28,6 +28,12 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS main.c plugin.c json_format.c + types.c + ip_types_api.c + ip_types.c + protocols.def + + DEPENDS api_headers LINK_LIBRARIES vlibmemoryclient @@ -35,7 +41,7 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS vatplugin vppinfra Threads::Threads - rt m dl crypto + dl ) ############################################################################## @@ -51,7 +57,7 @@ add_vpp_executable(vpp_json_test ENABLE_EXPORTS NO_INSTALL ############################################################################## install( FILES vat.h json_format.h - DESTINATION include/vat + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/vat COMPONENT vpp-dev ) @@ -62,4 +68,3 @@ add_vpp_executable(vpp_restart SOURCES restart.c LINK_LIBRARIES svm svmdb vppinfra Threads::Threads rt ) -