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