From 8a1b3b81cbd3551cad08048cf66ebd33ec94087f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Mar 2023 15:34:49 +0100 Subject: [PATCH] Add wxWidgets as another Open Source project using Catch wxWidgets uses Catch (v2 currently) for all of its tests, even though some of them still use CppUnit-like macros for compatibility. --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index ab5f6727..9dcd38df 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -110,6 +110,9 @@ A header-only TOML parser and serializer for modern C++. ### [Trompeloeil](https://github.com/rollbear/trompeloeil) A thread-safe header-only mocking framework for C++14. +### [wxWidgets](https://www.wxwidgets.org/) +Cross-Platform C++ GUI Library. + ### [xmlwrapp](https://github.com/vslavik/xmlwrapp) C++ XML parsing library using libxml2.