mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 16:12:09 +00:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
subproject libs/numeric/ublas/test6 ;
|
|
|
|
SOURCES = test6 test61 test62 test63 ;
|
|
|
|
exe test6
|
|
: $(SOURCES).cpp
|
|
: <include>$(BOOST_ROOT)
|
|
<define>BOOST_UBLAS_SAFE
|
|
<define>USE_RANGE
|
|
<define>USE_ADAPTOR
|
|
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
|
;
|
|
|