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.
15 lines
526 B
15 lines
526 B
name: both_libraries |
|
returns: both_libs |
|
since: 0.46.0 |
|
description: | |
|
Builds both a static and shared library with the given sources. |
|
Positional and keyword arguments are otherwise the same as for |
|
[[library]]. Source files will be compiled only once and |
|
object files will be reused to build both shared and static libraries, |
|
unless `b_staticpic` user option or `pic` argument are set to false in |
|
which case sources will be compiled twice. |
|
|
|
|
|
posargs_inherit: library |
|
varargs_inherit: library |
|
kwargs_inherit: library
|
|
|