News:

Download Pelles C here: http://www.pellesc.se

Main Menu

CMake 4.4.0 Supports Pelles C

Started by Robert, July 01, 2026, 04:08:26 AM

Previous topic - Next topic

larryli

CMake 4.4 adds native recognition of the Pelles C compiler (compiler id PellesC), so CMake can configure and drive Pelles C builds without extra toolchain files. However, this support is limited to CMake's own generators — specifically Ninja (and other CMake-generated build systems). CMake does not generate or drive Pelles C's native IDE project format (.ppj); building a .ppj still requires Pelles C's own pomake tool, independent of CMake.