Development docs #11775
CyberTailor
started this conversation in
General
Development docs
#11775
Replies: 1 comment
-
The current state of affairs is that this more or less requires you to figure it out yourself or ask questions. A good starting point would be looking at how #8706 handled this when adding cython support. Basically the mesonbuild/compilers/ subsystem needs to have detect.py find a compiler and also add a new implementation file $lang.py which provides the necessary interface. Then backend/backend.py / ninjabackend.py should produce build edges when that language is used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find any development docs for Meson (for e.g. adding new compilers). Do they exist?
Beta Was this translation helpful? Give feedback.
All reactions