Cmake Setup 0.1.1 | Coderz Repository

cmake-setup 0.1.1

Last updated:

0 purchases

cmake-setup 0.1.1 Image
cmake-setup 0.1.1 Images

Free

Languages

Categories

Add to Cart

Description:

cmakesetup 0.1.1

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/*

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.