Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 199 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 199 Bytes

Ground Crew Display

Display for ground crew

Mac build command

find . -name 'CMakeFiles' -delete && find . -name 'CMakeCache.txt' -delete && cmake . -DCMAKE_BUILD_TYPE=Debug && make all