blob: 36e5baa03c364cb898e6abf01127c400e76209fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|