• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = test_matrix_vector
3
4include (configuration.pri)
5
6HEADERS += \
7    ../../../test/utils.hpp
8
9SOURCES += \
10    ../../../test/test_matrix_vector.cpp
11
12INCLUDEPATH += \
13    ../../../include
14