install stl.py

This commit is contained in:
Christopher Lackner 2016-12-15 11:41:50 +01:00
parent bf1dfb6b08
commit 0f51e1375c

View File

@ -1,4 +1,4 @@
install(FILES __init__.py meshing.py csg.py geom2d.py
install(FILES __init__.py meshing.py csg.py geom2d.py stl.py
DESTINATION ${PYTHON_PACKAGES_INSTALL_DIR}/netgen
COMPONENT netgen
)