diff --git a/routing/routing_integration_tests/CMakeLists.txt b/routing/routing_integration_tests/CMakeLists.txt index 67c9c6864a..06af5bed55 100644 --- a/routing/routing_integration_tests/CMakeLists.txt +++ b/routing/routing_integration_tests/CMakeLists.txt @@ -32,6 +32,7 @@ omim_link_libraries( storage indexer editor + traffic platform oauthcpp geometry diff --git a/routing/routing_tests/CMakeLists.txt b/routing/routing_tests/CMakeLists.txt index 29797161be..c8631e638c 100644 --- a/routing/routing_tests/CMakeLists.txt +++ b/routing/routing_tests/CMakeLists.txt @@ -33,6 +33,7 @@ omim_link_libraries( indexer platform_tests_support editor + traffic platform oauthcpp geometry diff --git a/traffic/CMakeLists.txt b/traffic/CMakeLists.txt index fd8956e390..31be070af2 100644 --- a/traffic/CMakeLists.txt +++ b/traffic/CMakeLists.txt @@ -4,6 +4,8 @@ set( SRC speed_groups.cpp speed_groups.hpp + traffic_cache.cpp + traffic_cache.hpp traffic_info.cpp traffic_info.hpp )