|
|
@ -7,9 +7,9 @@ description: | |
|
|
|
will be executed by Meson. This means that all targets defined before |
|
|
|
will be executed by Meson. This means that all targets defined before |
|
|
|
the call of [[subdir_done]] will be built. |
|
|
|
the call of [[subdir_done]] will be built. |
|
|
|
|
|
|
|
|
|
|
|
If the current script was called by `subdir` the execution returns to |
|
|
|
If the current script was called by `subdir`, the execution returns to |
|
|
|
the calling directory and continues as if the script had reached the |
|
|
|
the calling directory and continues as if the script had reached the |
|
|
|
end. If the current script is the top level script Meson configures |
|
|
|
end. If the current script is the top level script, Meson configures |
|
|
|
the project as defined up to this point. |
|
|
|
the project as defined up to this point. |
|
|
|
|
|
|
|
|
|
|
|
example: | |
|
|
|
example: | |
|
|
|