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.1.tar.gz (3.6 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: cmake_setuptools-0.1.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for cmake_setuptools-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3824835ee12fd4a8cacd5f500ff769b1bb3a3fbedbb37e7f3ace93a50ae0c0f2
MD5 986810b11d55e00033852d1cbabb13df
BLAKE2b-256 7e491f492cc7c6613a182a9a4cfaec390f11654384753573c75e1a67a04de4e3

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