cmake-parser 0.1.0-alpha

The library to parse cmake language.
Documentation

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:

[dependencies]
cmake-parser = "0.1"