snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
257 stars 7 forks source link

Update meson build scripts to align with CMake scripts #116

Open cschreib opened 1 year ago

cschreib commented 1 year ago

As of https://github.com/cschreib/snitch/pull/115, the CMake scripts were updated to provide better support for building snitch as a shared library. The meson scripts were updated in the process, but only minimally since I don't know enough of meson... Here is what is still missing:

cschreib commented 1 year ago

@willwray Since you contributed the original meson scripts, I was wondering if you were interested in updating this. It might not be hard, but I haven't yet climbed the learning curve on that one :)

willwray commented 1 year ago

I'll take a look at the weekend, and use my 'ask a friend' on the meson matrix channel if needed.

cschreib commented 10 months ago

Thank you @topazus for contributing the changes to implement the first item in the list. This leaves us with the second item (whether to limit the scripts to build one type of target at a time, or support building all possible types of target at once). Any opinions?