X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fvala%2Frwcal_cloudsim%2FCMakeLists.txt;h=a23abeaa32ce47353e6d38aaad3dcd1b4054a839;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=3250db9442a3afb1a8a44441a8ab009f6d6ae1f5;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/rwcal/plugins/vala/rwcal_cloudsim/CMakeLists.txt b/rwcal/plugins/vala/rwcal_cloudsim/CMakeLists.txt index 3250db94..a23abeaa 100644 --- a/rwcal/plugins/vala/rwcal_cloudsim/CMakeLists.txt +++ b/rwcal/plugins/vala/rwcal_cloudsim/CMakeLists.txt @@ -17,12 +17,9 @@ include(rift_plugin) -set(PKG_NAME rwcal-cloudsim) -set(PKG_VERSION 1.0) -set(PKG_RELEASE 1) -set(PKG_LONG_NAME ${PKG_NAME}-${PKG_VERSION}) +set(INSTALL_COMPONENT rwcal-plugin-cloudsim) -rift_install_python_plugin(rwcal_cloudsim rwcal_cloudsim.py) +rift_install_gobject_python_plugin(rwcal_cloudsim rwcal_cloudsim.py COMPONENT ${INSTALL_COMPONENT}) rift_python_install_tree( FILES @@ -35,5 +32,5 @@ rift_python_install_tree( rift/rwcal/cloudsim/net.py rift/rwcal/cloudsim/shell.py PYTHON3_ONLY - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT})