dpdk: add patch to support i226v
[vpp.git] / src / plugins / http_static / CMakeLists.txt
index 5e0344c..5e51704 100644 (file)
 
 add_vpp_plugin(http_static
   SOURCES
+  http_cache.c
+  http_cache.h
   http_static.c
   static_server.c
-  http_static.h
+  builtinurl/json_urls.c
 
   API_FILES
   http_static.api
 
-  INSTALL_HEADERS
-  http_static_all_api_h.h
-  http_static_msg_enum.h
-
   API_TEST_SOURCES
   http_static_test.c
 )