Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
26
libs/routing_common/CMakeLists.txt
Normal file
26
libs/routing_common/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
project(routing_common)
|
||||
|
||||
set(SRC
|
||||
bicycle_model.cpp
|
||||
bicycle_model.hpp
|
||||
car_model.cpp
|
||||
car_model.hpp
|
||||
car_model_coefs.hpp # This file is generated by running ../configure.sh script.
|
||||
maxspeed_conversion.cpp
|
||||
maxspeed_conversion.hpp
|
||||
num_mwm_id.hpp
|
||||
pedestrian_model.cpp
|
||||
pedestrian_model.hpp
|
||||
vehicle_model.cpp
|
||||
vehicle_model.hpp
|
||||
)
|
||||
|
||||
omim_add_library(${PROJECT_NAME} ${SRC})
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PUBLIC
|
||||
base
|
||||
indexer
|
||||
platform
|
||||
)
|
||||
|
||||
omim_add_test_subdirectory(routing_common_tests)
|
||||
Loading…
Add table
Add a link
Reference in a new issue