dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

Build target cleanups #64

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

Just a few cleanups to share some code between the StaticLibrary lowering code and the Executable code. This will also be useful to prevent duplication when SharedLibrary and SharedModules are introduced.