netgen/python/CMakeLists.txt
Christopher Lackner 0f51e1375c install stl.py
2016-12-15 11:41:50 +01:00

6 lines
155 B
CMake

install(FILES __init__.py meshing.py csg.py geom2d.py stl.py
DESTINATION ${PYTHON_PACKAGES_INSTALL_DIR}/netgen
COMPONENT netgen
)