Files
create/src/Mod/Fem/CMakeLists.txt
Przemo Firszt d74600191e Tests, FEM: Fix inp file writing test
It's a compare line-by-line without comment lines now instead of
previously used md5 sum comparison.

inp pre filtering method suggested by Far-Zer
File location fixes by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-08-18 13:44:28 +01:00

30 lines
507 B
CMake
Executable File

add_subdirectory(App)
if(BUILD_GUI)
add_subdirectory(Gui)
endif(BUILD_GUI)
INSTALL(
FILES
Init.py
InitGui.py
convert2TetGen.py
ccxFrdReader.py
ccxInpWriter.py
FemTools.py
TestFem.py
mesh_points.csv
mesh_volumes.csv
inp_standard.inp
FemExample.py
MechanicalAnalysis.py
MechanicalMaterial.py
MechanicalMaterial.ui
MechanicalAnalysis.ui
ShowDisplacement.ui
DESTINATION
Mod/Fem
)