mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
7 lines
263 B
ReStructuredText
7 lines
263 B
ReStructuredText
FindPython-module
|
|
-----------------
|
|
|
|
* Modules :module:`FindPython`, :module:`FindPython2` and :module:`FindPython3`
|
|
gain a new target (respectively ``Python::Module``, ``Python2::Module``
|
|
and ``Python3::Module``) which can be used to develop Python modules.
|