mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-28 03:32:29 -04:00
14 lines
218 B
Prolog
14 lines
218 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
|