2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Get examples working with CMake and Standalone

[ci skip]
This commit is contained in:
Matt Borland
2021-03-27 14:41:59 +03:00
parent 860169d71b
commit 2c4c1a04e8
13 changed files with 62 additions and 12 deletions

View File

@@ -6,6 +6,8 @@
//[special_data_example
#ifndef BOOST_MATH_STANDALONE
#include <boost/multiprecision/cpp_dec_float.hpp>
#include <boost/math/tools/test_data.hpp>
#include <boost/test/included/prg_exec_monitor.hpp>
@@ -82,3 +84,5 @@ int cpp_main(int argc, char*argv [])
}
//]
#endif // BOOST_MATH_STANDALONE