mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-03 13:33:53 +00:00
It should provide a shared impl for all targets that need to link against Catch2's implementation. However, due to limitations of C++ linking and Catch2's v2 implementation, this is only experimental and might not work under some circumstances.
3 lines
54 B
C++
3 lines
54 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <catch2/catch.hpp>
|