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) : ;

