Provides some usable cmake related build extensions
Project description
CMake Setuptools
A small library of setuptools
extensions to ease building python packages which have a cmake component.
Install
pip install cmake_setuptools
Usage
from setuptools import setup from cmake_setuptools import * setup(name='mypackage', description='', version='0.0.0.dev0', ext_modules=[CMakeExtension('make_target')], cmdclass={'build_ext': CMakeBuildExt} )
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cmake_setuptools-0.1.1.tar.gz
(3.6 kB
view hashes)