Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 429 Bytes

File metadata and controls

14 lines (10 loc) · 429 Bytes

CMake Configuration Options

This page provides a comprehensive reference for configuring the CMake Generator Plugin in CPPython.

Configuration Location

CMake plugin configuration is specified in your project’s pyproject.toml file under the [tool.cppython.generators.cmake] section:

[tool.cppython.generators.cmake]
preset_file = "CMakePresets.json"
configuration_name = "default"