X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rwcal%2Fplugins%2Fyang%2FCMakeLists.txt;h=6fb1d5b04f93e46afb18b6021605b6708f30a457;hb=refs%2Fchanges%2F77%2F5477%2F1;hp=a1b24fe409b38725e6a67819ef7946884cf9ec75;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/CMakeLists.txt b/rwcal/plugins/yang/CMakeLists.txt index a1b24fe4..6fb1d5b0 100644 --- a/rwcal/plugins/yang/CMakeLists.txt +++ b/rwcal/plugins/yang/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2016 RIFT.IO Inc +# Copyright 2016-2017 RIFT.IO Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,13 +34,15 @@ rift_add_yang_target( YANG_FILES ${source_yang_files} ${rw_cal_log_file} - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} DEPENDS mano-types_yang + rwprojectmano_yang LIBRARIES rwschema_yang_gen rwyang rwlog rwlog-mgmt_yang_gen mano-types_yang_gen + rwprojectmano_yang_gen )