Cmake Setuptools 0.1.3 | Coderz Repository

cmake-setuptools 0.1.3

Last updated:

0 purchases

cmake-setuptools 0.1.3 Image
cmake-setuptools 0.1.3 Images

Free

Languages

Categories

Add to Cart

Description:

cmakesetuptools 0.1.3

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}
)

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.