X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=examples%2Fping_pong_ns%2FCMakeLists.txt;h=e373c2a2e44fea5809dd01f35ccc08505008b666;hb=cd1d2c40ce5a3c6a44cd107c0cba4665a9a647b8;hp=9667465c5a8c0ed045c706754c7faa9f02d48b7f;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/examples/ping_pong_ns/CMakeLists.txt b/examples/ping_pong_ns/CMakeLists.txt index 9667465c..e373c2a2 100644 --- a/examples/ping_pong_ns/CMakeLists.txt +++ b/examples/ping_pong_ns/CMakeLists.txt @@ -39,18 +39,18 @@ set(PACKAGE_OUTPUT add_custom_command( OUTPUT ${PACKAGE_OUTPUT} COMMAND ${CMAKE_CURRENT_BINARY_DIR}/generate_packages.sh - DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/ping_pong_nsd.py + DEPENDS mano_yang rwcloud_yang ${CMAKE_CURRENT_SOURCE_DIR}/ping_pong_nsd.py ) add_custom_target(ping_pong_pkg_gen ALL - DEPENDS mano_yang ${PACKAGE_OUTPUT} + DEPENDS mano_yang rwcloud_yang ${PACKAGE_OUTPUT} ) install( FILES ${PACKAGE_OUTPUT} DESTINATION usr/rift/mano/examples/ping_pong_ns - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${PKG_LONG_NAME} ) install(