Fine tuning linking strategy

static linking on Windows (MSVC and mingw) dyn linking everywhere else.
This commit is contained in:
Michael Tryby
2019-03-22 09:55:34 -04:00
parent 84341c3237
commit c9903620cb
4 changed files with 18 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
#define BOOST_TEST_MAIN
#define BOOST_TEST_MODULE toolkit
#include <boost/test/unit_test.hpp>
#include <boost/test/included/unit_test.hpp>
#include "test_toolkit.hpp"