cd68a7c7e8
Removed '!' (test for command failure) before 'include' commands.
14 lines
208 B
Prolog
14 lines
208 B
Prolog
TEMPLATE = app
|
|
TARGET = test_matrix_vector
|
|
|
|
include (configuration.pri)
|
|
|
|
HEADERS += \
|
|
../../../test/utils.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test_matrix_vector.cpp
|
|
|
|
INCLUDEPATH += \
|
|
../../../include
|