mirror of
https://github.com/boostorg/math.git
synced 2026-01-24 06:02:08 +00:00
15 lines
363 B
Plaintext
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) : ;
|
|
|