did something
This commit is contained in:
parent
a7c2d37cb2
commit
2bbd40d0f2
7 changed files with 143 additions and 88 deletions
|
@ -3,10 +3,11 @@ cmake_minimum_required(VERSION 3.10)
|
|||
add_executable(mapviewer
|
||||
main.cpp
|
||||
multipolygon.cpp
|
||||
Window.cpp
|
||||
)
|
||||
|
||||
target_include_directories(mapviewer PRIVATE
|
||||
osmp
|
||||
target_link_libraries(mapviewer PRIVATE
|
||||
osmparser
|
||||
triangle
|
||||
glfw
|
||||
glad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue