2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-24 06:02:08 +00:00
Files
math/Jamfile
Jens Maurer 3c8349e7ec update from Hubert Holin
now works with significantly more compilers


[SVN r11284]
2001-09-26 21:29:40 +00:00

15 lines
363 B
Plaintext

subproject libs/math ;
exe octonion_test : octonion/octonion_test.cpp
: <include>$(BOOST_ROOT) : ;
exe quaternion_test : quaternion/quaternion_test.cpp
: <include>$(BOOST_ROOT) : ;
exe HSO3SO4 : quaternion/HSO3SO4.cpp
: <include>$(BOOST_ROOT) : ;
exe special_functions_test : special_functions/special_functions_test.cpp
: <include>$(BOOST_ROOT) : ;