mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 15:52:18 +00:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
subproject libs/numeric/ublas/test4 ;
|
|
|
|
SOURCES = test4 test41 test42 test43 ;
|
|
|
|
exe test4
|
|
: $(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"
|
|
;
|
|
|