thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.7k stars 178 forks source link

Support for CMake #1026

Open ZCG-coder opened 3 months ago

ZCG-coder commented 3 months ago

I know that there are requests to enable GNU Make support (#253 #1013). However, C/C++ projects nowadays are very commonly built with CMake. Adding CMake and Make can make building large projects much easier.