Merge commit 'c1d65c7f1f6836d4fe961c0a54ea11ff8fdfc62d' as 'cmake'

This commit is contained in:
Ryan Pavlik
2010-11-11 10:59:10 -06:00
177 changed files with 15885 additions and 0 deletions

View File

@@ -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 <boost/test/unit_test.hpp>