summaryrefslogtreecommitdiff
path: root/libs/numeric/ublas/IDEs/qtcreator/test/test3_coo.pro
blob: 27e3ca384d3f88f16aad3315c865988c8a0a52fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = test3_coo

!include (configuration.pri)

DEFINES += $$UBLAS_TESTSET_SPARSE_COO

HEADERS += ../../../test/test3.hpp

SOURCES += \
    ../../../test/test33.cpp \
    ../../../test/test32.cpp \
    ../../../test/test31.cpp \
    ../../../test/test3.cpp