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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-03-24 13:54:49 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-04-06 13:58:41 +0300
commitf2d582ee6f2a0235a56a20e5aac3b8e84e67b639 (patch)
tree1dd319d53def5fefca84e53aaab5789f9ab538ba /routing/CMakeLists.txt
parent6d179c79d3af053dc126bdfd6d79cb3338af8233 (diff)
[routing] Implementation of cross mwm methods (CrossMwmIndexGraph) for cross_mwm(non osrm) section.
Diffstat (limited to 'routing/CMakeLists.txt')
-rw-r--r--routing/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/routing/CMakeLists.txt b/routing/CMakeLists.txt
index e404c93e93..1f2c2263be 100644
--- a/routing/CMakeLists.txt
+++ b/routing/CMakeLists.txt
@@ -23,8 +23,12 @@ set(
cross_mwm_connector.hpp
cross_mwm_connector_serialization.cpp
cross_mwm_connector_serialization.hpp
+ cross_mwm_graph.cpp
+ cross_mwm_graph.hpp
cross_mwm_index_graph.cpp
cross_mwm_index_graph.hpp
+ cross_mwm_osrm_graph.cpp
+ cross_mwm_osrm_graph.hpp
cross_mwm_road_graph.cpp
cross_mwm_road_graph.hpp
cross_mwm_router.cpp