msd
Results
1
comments of
msd
My build worked using v.3.1.0 but gives undefined reference to WinMain at v.3.2.0. Turns out in cmake I needed to link with `Catch2::Catch2WithMain` instead of `Catch2::Catch2`