Header generation + compile not working as expected #12867
-
Hi *! Following situation: I followed instruction from here: https://mesonbuild.com/FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers
The header_generated.h is only generated, when the output file differs =>otherwise i don't touch the output file in my generator source.
Now the following happens: What am i doing wrong? Meson version: 1.3.1 My expectation: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry problem solved => using '@input@' and '@output@' did the trick! Sorry! |
Beta Was this translation helpful? Give feedback.
Sorry problem solved => using '@input@' and '@output@' did the trick! Sorry!