Skip to main content

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_setup

Usage

from setuptools import setup
from cmake_setup import *

setup(name='mypackage',
      description='',
      version='0.0.0.dev0',
      ext_modules=[CMakeExtension('make_target')],
      cmdclass={'build_ext': CMakeBuildExt}
      )

upload

$ python setup.py sdist bdist_wheel
$ python -m twine upload dist/*

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_setup-0.1.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

cmake_setup-0.1.1-py2-none-any.whl (8.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page