Merge pull request #4881 from bykoianko/master-cmake-build-fix

CMake build fix.
This commit is contained in:
therearesomewhocallmetim 2016-12-06 13:55:57 +03:00 committed by GitHub
commit fd24365144
3 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ omim_link_libraries(
storage
indexer
editor
traffic
platform
oauthcpp
geometry

View file

@ -33,6 +33,7 @@ omim_link_libraries(
indexer
platform_tests_support
editor
traffic
platform
oauthcpp
geometry

View file

@ -4,6 +4,8 @@ set(
SRC
speed_groups.cpp
speed_groups.hpp
traffic_cache.cpp
traffic_cache.hpp
traffic_info.cpp
traffic_info.hpp
)