test3.pro 265 B

1234567891011121314
  1. TEMPLATE = app
  2. TARGET = test3
  3. include (configuration.pri)
  4. DEFINES += $$UBLAS_TESTSET_SPARSE
  5. HEADERS += ../../../test/test3.hpp
  6. SOURCES += \
  7. ../../../test/test33.cpp \
  8. ../../../test/test32.cpp \
  9. ../../../test/test31.cpp \
  10. ../../../test/test3.cpp