Meson has a very useful tool for combining a set of linked libraries and compiler arguments (like an internal pkg-config): `declare_dependency()`. Use this command to ensure that we can easily reuse libapp* over multiple libraries, executables and tests. That way, if we also add a new dependency later on in one of the libapp libraries, this won't need to be added multiple times. |
||
|---|---|---|
| .. | ||
| files | ||
| gimpdir | ||
| gimpdir-empty | ||
| .gitignore | ||
| create_test_env.sh | ||
| gimp-app-test-utils.c | ||
| gimp-app-test-utils.h | ||
| gimp-test-session-utils.c | ||
| gimp-test-session-utils.h | ||
| Makefile.am | ||
| manual-testcases.txt | ||
| meson.build | ||
| test-core.c | ||
| test-gimpidtable.c | ||
| test-save-and-export.c | ||
| test-session-2-8-compatibility-multi-window.c | ||
| test-session-2-8-compatibility-single-window.c | ||
| test-single-window-mode.c | ||
| test-tools.c | ||
| test-ui.c | ||
| test-xcf.c | ||