fixed build errors

This commit is contained in:
Lauchmelder 2022-05-03 18:59:28 +02:00
parent 2bbd40d0f2
commit 2d68305828
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
4 changed files with 6 additions and 15 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
add_executable(mapviewer
main.cpp
multipolygon.cpp
Multipolygon.cpp
Window.cpp
)