mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 15:52:18 +00:00
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
subproject libs/numeric/ublas/test2 ;
|
|
|
|
SOURCES = test2 test21 test22 test23 ;
|
|
|
|
exe test2
|
|
: $(SOURCES).cpp
|
|
: <include>$(BOOST_ROOT)
|
|
<define>BOOST_UBLAS_SAFE
|
|
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
|
;
|
|
|