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.
36 lines
849 B
36 lines
849 B
10 years ago
|
.TH MESONCONF "1" "April 2015" "mesonintrospect 0.23.0" "User Commands"
|
||
|
.SH NAME
|
||
|
mesonintrospect - a tool to extract information about a Meson build
|
||
|
.SH DESCRIPTION
|
||
|
|
||
|
Mesonintrospect is a tool designed to make it simple to integrate with
|
||
|
other tools, such as IDEs. The output of this command is in JSON.
|
||
|
|
||
|
.B mesonintrospect [
|
||
|
.I build directory
|
||
|
.B ] [
|
||
|
.I option
|
||
|
.B ]
|
||
|
|
||
|
If build directory is omitted, the current directory is used instead.
|
||
|
|
||
|
.SS "options:"
|
||
|
.TP
|
||
|
\fB\-\-targets\fR
|
||
|
print all top level targets (executables, libraries, etc)
|
||
|
.TP
|
||
|
\fB\-\-target\-files\fR
|
||
|
print the source files of the given target
|
||
|
.TP
|
||
|
\fB\-\-buildsystem\-files\fR
|
||
|
print all files that make up the build system (meson.build, meson_options etc)
|
||
|
.TP
|
||
|
\fB\-\-tests\fR
|
||
|
print all unit tests
|
||
|
.TP
|
||
|
\fB\-\-help\fR
|
||
|
print command line help
|
||
|
|
||
|
.SH SEE ALSO
|
||
|
https://jpakkane.github.io/meson/
|