diff options
Diffstat (limited to 'docs/yaml/objects/both_libs.yaml')
| -rw-r--r-- | docs/yaml/objects/both_libs.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/yaml/objects/both_libs.yaml b/docs/yaml/objects/both_libs.yaml new file mode 100644 index 000000000..36e5baa03 --- /dev/null +++ b/docs/yaml/objects/both_libs.yaml @@ -0,0 +1,14 @@ +name: both_libs +long_name: Both libraries object +extends: lib +description: Container for both a static and shared library. +since: 0.46.0 + +methods: + - name: get_shared_lib + returns: lib + description: Returns the stored shared library + + - name: get_static_lib + returns: lib + description: Returns the stored static library |
