2.4 KiB
2.4 KiB
There's a slight terminology difference between Meson and Visual Studio. A Meson project is the equivalent to a Visual Studio solution. That is, the topmost thing that encompasses all things to be built. A Visual Studio project on the other hand is the equivalent of a Meson top level build target, such as an executable or a shared library.