From 0f51e1375c8f63bf93b3a2208e356cfd8cb94321 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Thu, 15 Dec 2016 11:41:50 +0100 Subject: [PATCH] install stl.py --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index c7069e4f..da3db3aa 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -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 )