Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
30
tools/topography_generator/CMakeLists.txt
Normal file
30
tools/topography_generator/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
project(topography_generator_tool)
|
||||
|
||||
set(SRC
|
||||
filters_impl.cpp
|
||||
filters_impl.hpp
|
||||
generator.cpp
|
||||
generator.hpp
|
||||
isolines_utils.hpp
|
||||
isolines_profile.hpp
|
||||
main.cpp
|
||||
marching_squares/contours_builder.cpp
|
||||
marching_squares/contours_builder.hpp
|
||||
marching_squares/marching_squares.hpp
|
||||
marching_squares/square.hpp
|
||||
tile_filter.hpp
|
||||
utils/contours.hpp
|
||||
utils/contours_serdes.hpp
|
||||
utils/values_provider.hpp
|
||||
)
|
||||
|
||||
omim_add_executable(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
generator
|
||||
storage
|
||||
indexer
|
||||
platform
|
||||
coding
|
||||
gflags::gflags
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue