mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-01-04 22:38:42 -05:00
15 lines
274 B
Prolog
15 lines
274 B
Prolog
TEMPLATE = app
|
|
TARGET = test3_coo
|
|
|
|
!include (configuration.pri)
|
|
|
|
DEFINES += $$UBLAS_TESTSET_SPARSE_COO
|
|
|
|
HEADERS += ../../../test/test3.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test33.cpp \
|
|
../../../test/test32.cpp \
|
|
../../../test/test31.cpp \
|
|
../../../test/test3.cpp
|