api: add vl_api_version_t type
[vpp.git] / src / vpp / CMakeLists.txt
index a5ac2f6..401f1d0 100644 (file)
@@ -34,6 +34,7 @@ add_custom_target(vpp_version_h
 option(VPP_API_TEST_BUILTIN "Use builtin VPP API test." ON)
 
 set(VPP_API_FILES
+  api/vpe_types.api
   api/vpe.api
 )