Root/monav/contractionhierarchies/contractionhierarchiesclient.pro

1include(../../nanomap.pri)
2
3TEMPLATE = lib
4CONFIG += plugin
5#CONFIG += debug
6DESTDIR = ..
7unix {
8    QMAKE_CXXFLAGS_RELEASE -= -O2
9    QMAKE_CXXFLAGS_RELEASE += -O3 \
10         -Wno-unused-function
11    QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function
12}
13
14HEADERS += \
15    utils/coordinates.h \
16    utils/config.h \
17    blockcache.h \
18    binaryheap.h \
19    interfaces/irouter.h \
20    contractionhierarchiesclient.h \
21    compressedgraph.h \
22    interfaces/igpslookup.h \
23    utils/bithelpers.h \
24    utils/qthelpers.h
25
26SOURCES += \
27    contractionhierarchiesclient.cpp
28

Archive Download this file

Branches:
master



interactive