X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Ftools%2Fvppapigen%2FCMakeLists.txt;h=9fb00817ea98e790f57f264ab1230e2f9a42a23c;hb=582eac5c30e78f65ba0127aed2cb7442f4122fd2;hp=6023f20c63a249a1a95a2a864e5e396f2ab90373;hpb=0abd4a2e0ed48125eeeaae5c40d55269ae75dbcb;p=vpp.git diff --git a/src/tools/vppapigen/CMakeLists.txt b/src/tools/vppapigen/CMakeLists.txt index 6023f20c63a..9fb00817ea9 100644 --- a/src/tools/vppapigen/CMakeLists.txt +++ b/src/tools/vppapigen/CMakeLists.txt @@ -11,5 +11,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -install(FILES vppapigen.py RENAME vppapigen DESTINATION bin) -install(FILES C.py JSON.py DESTINATION share/vpp) +install( + FILES vppapigen.py + RENAME vppapigen + DESTINATION bin + PERMISSIONS + OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE + COMPONENT vpp-dev +) + +install( + FILES + vppapigen_c.py + vppapigen_json.py + generate_json.py + DESTINATION + share/vpp + COMPONENT + vpp-dev +)