UWCubeSat/found

Add additional folder layer inside src for external integration purposes

Open

#67 aberto em 4 de mar. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (3 forks)auto 404
Refractorgood first issue

Métricas do repositório

Stars
 (14 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador