2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-26 18:52:10 +00:00
Files
math/performance/Jamfile.v2
2007-08-22 17:48:10 +00:00

23 lines
271 B
Plaintext

exe math_performance :
distributions.cpp
main.cpp
test_erf.cpp
test_gamma.cpp
test_ibeta.cpp
test_igamma.cpp
test_polynomial.cpp
test_reference.cpp ;
install dist-bin
:
math_performance
:
<install-type>EXE
<location>./bin
:
release
;