cmake-parser

The library to parse cmake language.

cmake-language specification:

https://cmake.org/cmake/help/v3.0/manual/cmake-language.7.html

Features

Allows to parse CMakeLists.txt.

Usage

Add dependency to Cargo.toml:

toml [dependencies] cmake-parser = "0.1"