How do you add a file to a meson project?
-
Maybe the GUI is unintuitive. The user experience certainly is.
I moved a set of files to the directory to use them in my project. I get a warning: "warning this file is not part of any project." Ok, but there is no way easy to add the files! They are in my meson.build file. I have successfully built using the custom command "meson compile". the generated executable works as expected.
And no, there is no .pro file to edit because it is a meson project! Do I seriously need to manually add hundreds of empty files and copy the contents into each one?