blob: f5c0502a3b7fb03f9488068d168b5b136d721bce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[build-system]
requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[project]
name = "cmake"
version = "@version@"
description = "CMake is an open-source, cross-platform family oftools designed to build, test and package software"
[project.scripts]
cmake = "cmake:cmake"
cpack = "cmake:cpack"
ctest = "cmake:ctest"
|