ublas/IDEs/qtcreator/test/test_coordinate_matrix_always_do_full_sort.pro
Joaquim Duran cd68a7c7e8 Fixed path name in benchmarks/configuration.pri file (using qmake 5.4).
Removed '!' (test for command failure) before 'include' commands.
2015-04-12 02:03:42 +02:00

14 lines
256 B
Prolog

TEMPLATE = app
TARGET = test_coordinate_matrix_always_do_full_sort
include (configuration.pri)
DEFINES += \
BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT
HEADERS += \
../../../test/utils.hpp
SOURCES += \
../../../test/test_coordinate_matrix_sort.cpp