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>
30 lines
507 B
CMake
Executable File
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
|
|
)
|
|
|