X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=models%2Fplugins%2Fyang%2FCMakeLists.txt;h=827ec2b951834e0b72023d5571d813bc28fd054e;hb=0f5e8c0bdb1d12863688400a56b54b10188b21a8;hp=2f6e96468199a962b8bef701a76647477b27af4b;hpb=f04e0aed7b77ad8833fa18ee083b5332bdb0da20;p=osm%2FSO.git diff --git a/models/plugins/yang/CMakeLists.txt b/models/plugins/yang/CMakeLists.txt index 2f6e9646..827ec2b9 100644 --- a/models/plugins/yang/CMakeLists.txt +++ b/models/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. @@ -33,11 +33,23 @@ set(source_yang_files vnffgd.yang ) +rift_add_yang_target( + TARGET rwproject_yang + YANG_FILES + rw-project.yang + GIR_PATHS ${CMAKE_CURRENT_BINARY_DIR} + COMPONENT ${PKG_LONG_NAME} + ) + rift_add_yang_target( TARGET mano-types_yang YANG_FILES mano-types.yang COMPONENT ${PKG_LONG_NAME} + LIBRARIES + rwproject_yang_gen + DEPENDS + rwproject_yang ) rift_add_yang_target( @@ -51,9 +63,11 @@ rift_add_yang_target( rwcloud_yang_gen rwconfig_agent_yang_gen mano-types_yang_gen + rwproject_yang_gen DEPENDS rwcloud_yang rwconfig_agent_yang + rwproject_yang ) #rift_gen_yang_tree(mano-pyang-trees