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:
authorSergey Yershov <syershov@maps.me>2016-11-15 17:14:43 +0300
committerSergey Yershov <syershov@maps.me>2016-11-16 15:04:22 +0300
commit715c6cac0c6297f350c83c1126954f8d5b188bf4 (patch)
treedc449a5e7789632a2a638d64e46b167cc6825184 /CMakeLists.txt
parentcf1f3d1fccbb11c6a1bf14450f43ffd3e4d1852f (diff)
Add python bindings for traffic
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20ad050b20..a48e2db26f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -159,4 +159,5 @@ add_subdirectory(editor)
add_subdirectory(indexer)
add_subdirectory(routing)
add_subdirectory(search)
+add_subdirectory(traffic)
add_subdirectory(tracking)