meson, subdirectory name in build tree
Posted: Wed Dec 04, 2024 4:11 pm
Is there a method that can give a name for a subdirectory in the build tree?
Eg. in the source tree lgos/src/arch/i386/... and i want it to be in the buld tree lgos/build/arch/i386/...
The file lgos/meson.build contains a row:
Eg. in the source tree lgos/src/arch/i386/... and i want it to be in the buld tree lgos/build/arch/i386/...
The file lgos/meson.build contains a row:
Code: Select all
subdir('src')