Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 273 Bytes

pycmake

CMake automation using Python!

pycmake is a library written in Python with the purpose of automating CMake calls in build scripts. To work, pycmake requires CMake to be installed so that it can find and perform common calls such as configure, build and install.