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
516 B
15 lines
516 B
name: custom_idx |
|
long_name: Custom target index |
|
description: References a specific output file of a [[@custom_tgt]] object. |
|
|
|
methods: |
|
- name: full_path |
|
returns: str |
|
since: 0.54.0 |
|
description: | |
|
Returns a full path pointing to the result target file |
|
NOTE: In most cases using the object itself will do the same job as |
|
this and will also allow Meson to setup inter-target dependencies |
|
correctly. Please file a bug if that doesn't work for you. |
|
|
|
See [[custom_tgt.full_path]]
|
|
|