boost/teamcity_boost.h (8 lines of code) (raw):
#ifndef H_TEAMCITY_BOOST
#define H_TEAMCITY_BOOST
namespace jetbrains {
namespace teamcity {
// Dummy method used to keep object file in case of static library linking
// See README.md and https://github.com/JetBrains/teamcity-cpp/pull/19
void TeamcityGlobalFixture();
}
}
#endif /* H_TEAMCITY_BOOST */