An open API service indexing awesome lists of open source software.

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

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.