summaryrefslogtreecommitdiffstats
path: root/third-party/cmake/BoostTestTargetsDynamic.h
blob: ae1f38e745ed2c19b40566933e0d9540073ae5d5 (plain)
1
2
3
4
5
6
7
8
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 <boost/test/unit_test.hpp>