2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00
Files
ublas/test2/Jamfile
2002-09-21 06:50:57 +00:00

12 lines
260 B
Plaintext

subproject libs/numeric/ublas/test2 ;
SOURCES = test2 test21 test22 test23 ;
exe test2
: $(SOURCES).cpp
: <include>$(BOOST_ROOT)
<debug><define>BOOST_UBLAS_TYPE_CHECK
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
;