mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-28 19:52:28 -04:00
16 lines
367 B
Prolog
16 lines
367 B
Prolog
TEMPLATE = app
|
|
TARGET = bench4
|
|
|
|
!include (../configuration.pri)
|
|
|
|
DEFINES += BOOST_UBLAS_USE_INTERVAL
|
|
|
|
OTHER_FILES += \
|
|
../../../../benchmarks/bench4/Jamfile.v2
|
|
|
|
SOURCES += \
|
|
../../../../benchmarks/bench4/bench43.cpp \
|
|
../../../../benchmarks/bench4/bench42.cpp \
|
|
../../../../benchmarks/bench4/bench41.cpp \
|
|
../../../../benchmarks/bench4/bench4.cpp
|