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.
13 lines
447 B
13 lines
447 B
name: file |
|
long_name: File |
|
description: Object that stores the path to an existing file |
|
|
|
methods: |
|
- name: full_path |
|
returns: str |
|
since: 1.4.0 |
|
description: | |
|
Returns a full path pointing to the file. This is useful for printing the |
|
path with e.g [[message]] function for debugging purpose. |
|
**NOTE:** In most cases using the object itself will do the same job |
|
as this and will also allow Meson to setup dependencies correctly.
|
|
|