UWCubeSat/found

Add additional folder layer inside src for external integration purposes

Open

#67 aperta il 4 mar 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (3 fork)auto 404
Refractorgood first issue

Metriche repository

Star
 (14 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Inside of the src folder, we should add a new folder named 'found', and move all existing src files inside of it. This will help ensure that when other projects are using our code via cmake, they will always have a unique file-path to any files they want to include. We would also have to update all the #include messages to have a found/ at the start of them.

Guida contributor