Added partial support for PyPI (python) package build on Windows

This commit is contained in:
joseph.henry
2018-02-08 18:10:02 -08:00
parent 9361ff766c
commit 032e6d742d
7 changed files with 107 additions and 72 deletions

View File

@@ -1,5 +1,6 @@
bdist:
cd ../../; cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG; cmake --build build
cd ../../; cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG
cmake --build build
cp ../../bin/lib/*.a .
python3 setup.py bdist_wheel