Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
187 stars 41 forks source link

Centralize Config Options, Improve experience when not using CMake #461

Open ad3154 opened 5 months ago

ad3154 commented 5 months ago

As discussed in #460 it would be nice if we could centralize and document our config options, and make configuring them easier when building without CMake.

My initial thought is to explore one main config file with #defines that CMake edits on CMake builds, or can be manually edited otherwise, but needs some thought.