Hacker News new | past | comments | ask | show | jobs | submit login

CMake does not take the place of GNU Make. It just generates your makefiles (or project files) for you. It handles all the hard parts, you just tell it what the files, libraries, and options you want are and it generates everything for you.

Here is an example project using CMake that is targeted for a MSP430 https://github.com/mpiannucci/HelloMSP430




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: