meson, subdirectory name in build tree

Programming, for all ages and all languages.
Post Reply
LGabci
Posts: 11
Joined: Sat Nov 23, 2024 4:38 am

meson, subdirectory name in build tree

Post by LGabci »

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:

Code: Select all

subdir('src')
Post Reply