• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

src/H30-Mar-2022-896633

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D30-Mar-20221,021 2725

LICENSE-APACHEH A D30-Mar-202210.6 KiB202169

LICENSE-MITH A D30-Mar-20221 KiB2622

README.mdH A D30-Mar-2022807 3322

README.md

1# cmake
2
3[Documentation](https://docs.rs/cmake)
4
5A build dependency for running the `cmake` build tool to compile a native
6library.
7
8```toml
9# Cargo.toml
10[build-dependencies]
11cmake = "0.1"
12```
13
14The CMake executable is assumed to be `cmake` unless the `CMAKE`
15environmental variable is set.
16
17# License
18
19This project is licensed under either of
20
21 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
22   http://www.apache.org/licenses/LICENSE-2.0)
23 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
24   http://opensource.org/licenses/MIT)
25
26at your option.
27
28### Contribution
29
30Unless you explicitly state otherwise, any contribution intentionally submitted
31for inclusion in cmake by you, as defined in the Apache-2.0 license, shall be
32dual licensed as above, without any additional terms or conditions.
33