mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 04:02:10 +00:00
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
subproject libs/numeric/ublas/test3 ;
|
|
|
|
SOURCES = test3 test31 test32 test33 ;
|
|
|
|
exe test3
|
|
: $(SOURCES).cpp
|
|
: <include>$(BOOST_ROOT)
|
|
<define>BOOST_UBLAS_SAFE
|
|
<define>USE_RANGE
|
|
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
|
;
|
|
|