From fdc6dac004c17921084337ea73216e39fe3359d2 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 27 Nov 2013 16:26:43 +0100 Subject: [PATCH] + Fix FEM install target --- src/Mod/Fem/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index 5032ec4f4e..0a43969847 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -11,6 +11,11 @@ INSTALL( InitGui.py convert2TetGen.py FemExample.py + FemLib.py + MechanicalAnalysis.py + MechanicalMaterial.py + MechanicalMaterial.ui + MechanicalAnalysis.ui DESTINATION Mod/Fem )