API: Add support for type aliases
[vpp.git] / src / vpp-api / python / CMakeLists.txt
index 1b6aefa..52215cc 100644 (file)
@@ -28,5 +28,6 @@ if(PYTHONINTERP_FOUND)
          --dist-dir=${CMAKE_INSTALL_PREFIX}
       OUTPUT_QUIET
     )"
+    COMPONENT vpp-api-python
   )
 endif()