X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwpkgmgr%2FCMakeLists.txt;h=eca40c24277d72879175e0d1b7560969516da4a9;hb=ffd2636644e9e62b42ddcb1dbe2c4a6e77507a70;hp=4be45d0f11af7263ee8578fa49df1405daa054e4;hpb=7295f64eb5dd9d75b1dd272567c99304b65a7d0a;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt b/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt index 4be45d0f..eca40c24 100644 --- a/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt @@ -37,14 +37,16 @@ rift_python_install_tree( rift/tasklets/${TASKLET_NAME}/rpc.py rift/tasklets/${TASKLET_NAME}/downloader/__init__.py rift/tasklets/${TASKLET_NAME}/downloader/url.py + rift/tasklets/${TASKLET_NAME}/downloader/copy.py rift/tasklets/${TASKLET_NAME}/proxy/__init__.py rift/tasklets/${TASKLET_NAME}/proxy/base.py rift/tasklets/${TASKLET_NAME}/proxy/filesystem.py rift/tasklets/${TASKLET_NAME}/publisher/__init__.py rift/tasklets/${TASKLET_NAME}/publisher/download_status.py + rift/tasklets/${TASKLET_NAME}/publisher/copy_status.py rift/tasklets/${TASKLET_NAME}/subscriber/__init__.py rift/tasklets/${TASKLET_NAME}/subscriber/download_status.py COMPONENT ${PKG_LONG_NAME} PYTHON3_ONLY) -rift_add_subdirs(test) \ No newline at end of file +rift_add_subdirs(test)