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_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.2.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file cmake_setuptools-0.1.2.tar.gz.

File metadata

  • Download URL: cmake_setuptools-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for cmake_setuptools-0.1.2.tar.gz
Algorithm Hash digest
SHA256 572a1f411c75e8c6d63291bae83318bc3538c8ec25beae76b0d547bc320ea512
MD5 cd6dc98145520eabafe65dcf3966321c
BLAKE2b-256 9d8bbe881191648ffb5e9be6f9cd3b7335fc568fd174de7865b9b7a34d66c044

See more details on using hashes here.

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