Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

python-project-templates/hatch-cpp

Repository files navigation

hatch-cpp

Hatch plugin for C++ builds

Build Status codecov License PyPI

Overview

A simple, extensible C++ build plugin for hatch.

[tool.hatch.build.hooks.hatch-cpp]
libraries = [
    {name = "project/extension", sources = ["cpp/project/basic.cpp"], include-dirs = ["cpp"]}
]

For more complete systems, see:

Environment Variables

Name Default Description
CC
CXX
LD
HATCH_CPP_PLATFORM
HATCH_CPP_DISABLE_CCACHE

Note

This library was generated using copier from the Base Python Project Template repository.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.