Welcome to mirror list, hosted at ThFree Co, Russian Federation.

routing_benchmarks.pro « routing_benchmarks « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1034ba9e07990da1c27c7b3702c58066d9284f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = routing_benchmarks
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../../
DEPENDENCIES = map routing search storage indexer platform editor geometry coding base \
               osrm jansson protobuf tomcrypt stats_client succinct pugixml

macx-*: LIBS *= "-framework IOKit"

include($$ROOT_DIR/common.pri)

QT *= core

SOURCES += \
  ../../testing/testingmain.cpp \
  bicycle_routing_tests.cpp \
  helpers.cpp \
  pedestrian_routing_tests.cpp \

HEADERS += \
  helpers.hpp \