From 56ae875861ab260b80a030f50c4aff9f9dc8fff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:32:39 +0200 Subject: Adding upstream version 2.14.2. Signed-off-by: Daniel Baumann --- third-party/cmake/BoostTestTargetsStatic.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 third-party/cmake/BoostTestTargetsStatic.h (limited to 'third-party/cmake/BoostTestTargetsStatic.h') diff --git a/third-party/cmake/BoostTestTargetsStatic.h b/third-party/cmake/BoostTestTargetsStatic.h new file mode 100644 index 0000000..dd3cdda --- /dev/null +++ b/third-party/cmake/BoostTestTargetsStatic.h @@ -0,0 +1,7 @@ +// 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 static library + +#include -- cgit v1.2.3