FlightGearLearning/simgear/CMakeModules/BoostTestTargetsDynamic.h

9 lines
258 B
C
Raw Normal View History

2025-05-24 09:45:11 +08:00
// 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>