Replies: 2 comments 3 replies
-
Do you mean you want to do a Unity build? Meson has builtin support for this, see https://mesonbuild.com/Unity-builds.html Just run
Header files are by definition handled (transitively) by putting all cpp source files into one file. Compiler technologies do not include the concept of putting include dir names into a file, but meson will collect them for you and pass them all at the same time to the unity file. |
Beta Was this translation helpful? Give feedback.
-
Do you mean "I have multiple build systems, and I want to list the files once in a plain text file and read them in all of my build systems instead of copying the list between them"? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Need to put all header files and include dir names into a single file as well
Beta Was this translation helpful? Give feedback.
All reactions