https://github.com/madebr/python-cmake-file-api
Read and interpret CMake's file-based API
https://github.com/madebr/python-cmake-file-api
c cmake cpp python
Last synced: 9 months ago
JSON representation
Read and interpret CMake's file-based API
- Host: GitHub
- URL: https://github.com/madebr/python-cmake-file-api
- Owner: madebr
- License: mit
- Created: 2020-08-05T04:25:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T16:06:46.000Z (12 months ago)
- Last Synced: 2025-06-17T06:06:54.234Z (10 months ago)
- Topics: c, cmake, cpp, python
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 18
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# cmake-file-api
This library reads and interprets the files generated by [cmake's file-based API](https://cmake.org/cmake/help/git-stage/manual/cmake-file-api.7.html).
## Requirements
- python 3
- CMake 3.14+
## Example
An example can be found in the [example](example/script.py) subdirectory.
## License
This project is licensed using the MIT license.