mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
6 lines
120 B
CMake
6 lines
120 B
CMake
|
install(FILES
|
||
|
__init__.py meshing.py csg.py
|
||
|
DESTINATION ${PYTHON_PACKAGES_INSTALL_DIR}/netgen
|
||
|
)
|
||
|
|