Skip to content
Snippets Groups Projects
CMakeLists.txt 106 B
set(PointOfInterest_SRC
  PoiManager.cpp
)

add_library(MapManagerPointOfInterest ${PointOfInterest_SRC})