did something

This commit is contained in:
Robert Altner 2022-05-03 16:39:03 +02:00
parent a7c2d37cb2
commit 2bbd40d0f2
7 changed files with 143 additions and 88 deletions

View file

@ -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