X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2FCMakeLists.txt;h=6f58e8db8ecd98ab964dd30910a5480b96839d74;hb=4c64b6edc86f7732f4a160b948b3386e4021a265;hp=80114bd5249d08141fd88db69566778168397e6d;hpb=3ce5f914ed6bd78f4b72bb5dfd4be480084094d1;p=vpp.git diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index 80114bd5249..6f58e8db8ec 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -39,7 +39,7 @@ set(VPP_API_FILES oam/oam.api ) -vpp_add_api_files(vpp_api_headers ${VPP_API_FILES}) +vpp_add_api_files(vpp ${VPP_API_FILES}) foreach(file ${VPP_API_FILES}) get_filename_component(dir ${file} DIRECTORY)