UWCubeSat/found

Add additional folder layer inside src for external integration purposes

Open

#67 geöffnet am 4. März 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3 Forks)auto 404
Refractorgood first issue

Repository-Metriken

Stars
 (14 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide