You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "traditional variables" version of NANOPB_GENERATE_CPP, the non-generated source files in NanoPB get clobbered on a ninja clean. My workaround was to remove them from the NANOPB_SRCS list after find_package() statement and then add them back manually to our targets using target_sources() after our NANOPB_GENERATE_CPP statements.