I have the coding part down pretty good I think but I have issues with the build steps. During qt_cmake step all the message xml and header files seem to be downloaded from git which would overwrite my changes. All the MAVLink stuff end up in
build/cpm_modules/mavlink/8e683429ddf7832888da831c8fd3e2acf6945b8f/
I am pretty ignorant in the language of cmake so any help would be appreciated. Speak slowly.
My first thought is to just overwrite anything created in that step with my own after the qt_cmake step. Is that the easiest?