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

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

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

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

include($$ROOT_DIR/common.pri)

QT *= core

win32* : LIBS *= -lShell32

SOURCES += \
  ../testing/testingmain.cpp \
  pedestrian_routing_benchmarks.cpp \