A lightweight cross-platform C/C++ build system written in Python.
Project description
pcmake
pcmake 是一個輕量級、跨平台的 C/C++ 專案建置工具。
安裝
pip install pcmake
使用方法
在專案目錄下建立 Pcmakefile:
app = target("ssl_app")
app.set_kind("binary")
app.add_files("main.c", "math_utils.c")
app.add_packages("openssl")
然後執行建置:
pcmake build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pcmake-0.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pcmake-0.1.0.tar.gz.
File metadata
- Download URL: pcmake-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ec870e3e258a6d1d773444a38fe73675c99f0ae38ccbe6c3082c44cf823c46d
|
|
| MD5 |
d44df415dd8772a9b4ed286b31fb3ac1
|
|
| BLAKE2b-256 |
5ea9beb9ee56568011e61d827e473d916aab4001d60e8513ac44160991cd2c74
|
File details
Details for the file pcmake-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pcmake-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a83d930cf17635267221c2f0181fccc5e5522e13fb220858a0a96e250b5646d6
|
|
| MD5 |
e13b14df197ff31adb2744f0fc84865a
|
|
| BLAKE2b-256 |
de2a24930594e5ad12e26e2d77138aa919e201adc8a1e838b0bcc86ffe5004ed
|