tim-balloon / TIMflight

Flight MCP repo
0 stars 0 forks source link

Convert external dependencies to git submodules #67

Closed evanmayer closed 1 year ago

evanmayer commented 1 year ago

Task

We need to make the libphenom and cmocka repos into git submodules of the main flight code repo in order to more easily compile offline.

Acceptance

After cloning a repo, mcp and its unit tests compile fully while the machine is not connected to the Internet.

Documentation updates completed.

Details

N/A