• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = test3
3
4include (configuration.pri)
5
6DEFINES += $$UBLAS_TESTSET_SPARSE
7
8HEADERS += ../../../test/test3.hpp
9
10SOURCES += \
11    ../../../test/test33.cpp \
12    ../../../test/test32.cpp \
13    ../../../test/test31.cpp \
14    ../../../test/test3.cpp
15