kadas-albireo / kadas-albireo2

KADAS Albireo
GNU General Public License v2.0
66 stars 14 forks source link

add feature for globe #34

Closed 3nids closed 6 months ago

3nids commented 6 months ago

@m-kuhn is this enough?

m-kuhn commented 6 months ago

Can we also have a CMake update to request this feature depending on config option

if(WITH_GLOBE)
  list(APPEND VCPKG_MANIFEST_FEATURES "globe")
endif()
3nids commented 6 months ago

okay?