UWCubeSat/found

Add additional folder layer inside src for external integration purposes

Open

#67 创建于 2026年3月4日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (3 fork)auto 404
Refractorgood first issue

仓库指标

Star
 (14 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南