mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
6 lines
103 B
CMake
6 lines
103 B
CMake
project(openlr_match_quality)
|
|
|
|
if (NOT SKIP_QT_GUI)
|
|
add_subdirectory(openlr_assessment_tool)
|
|
endif()
|