The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
334 B

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