From 0915b3ef56dfac3113cce55a59a5765dc94976be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:34:54 +0200 Subject: Adding upstream version 2.13.6. Signed-off-by: Daniel Baumann --- third-party/cmake/BoostTestTargetsDynamic.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 third-party/cmake/BoostTestTargetsDynamic.h (limited to 'third-party/cmake/BoostTestTargetsDynamic.h') diff --git a/third-party/cmake/BoostTestTargetsDynamic.h b/third-party/cmake/BoostTestTargetsDynamic.h new file mode 100644 index 0000000..ae1f38e --- /dev/null +++ b/third-party/cmake/BoostTestTargetsDynamic.h @@ -0,0 +1,9 @@ +// Small header computed by CMake to set up boost test. +// include AFTER #define BOOST_TEST_MODULE whatever +// but before any other boost test includes. + +// Using the Boost UTF dynamic library + +#define BOOST_TEST_DYN_LINK +#include + -- cgit v1.2.3