Crate cmake_parser

source ·
Expand description

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"

Structs

Enums

Traits

Functions

Type Definitions