mirror of
https://github.com/boostorg/ublas.git
synced 2026-01-26 19:12:12 +00:00
13 lines
202 B
Prolog
13 lines
202 B
Prolog
TEMPLATE = app
|
|
TARGET = triangular_access
|
|
|
|
include (configuration.pri)
|
|
|
|
DEFINES += NOMESSAGES
|
|
|
|
HEADERS += \
|
|
../../../test/common/testhelper.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/triangular_access.cpp
|