maplibre / maplibre-native-qt

MapLibre Native Qt Bindings and Qt Location Plugin
https://maplibre.org/maplibre-native-qt/docs/
38 stars 14 forks source link

Add CMake presets for easier usage #112

Closed ntadej closed 5 months ago

ntadej commented 8 months ago

Add CMake presets for easier usage.

Example:

cmake --workflow --preset macOS-ccache

Android setup needs more testing, but for now this PR is sufficiently complete to merge.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 45.27%. Comparing base (7f222a9) to head (e755961). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ======================================= Coverage 45.27% 45.27% ======================================= Files 35 35 Lines 2125 2125 ======================================= Hits 962 962 Misses 1163 1163 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

louwers commented 5 months ago

Reading up on CMake presents, didn't even know this feature.