need to also copy __init__.py files to make local build working properly
This commit is contained in:
parent
dacf91c3a6
commit
43a19ac8cc
|
@ -86,7 +86,7 @@ SET(FemScripts_SRCS
|
||||||
#SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS})
|
#SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS})
|
||||||
|
|
||||||
SET(FemObjectsScripts_SRCS
|
SET(FemObjectsScripts_SRCS
|
||||||
#PyObjects/__init__.py
|
PyObjects/__init__.py
|
||||||
PyObjects/_FemBeamSection.py
|
PyObjects/_FemBeamSection.py
|
||||||
PyObjects/_FemConstraintSelfWeight.py
|
PyObjects/_FemConstraintSelfWeight.py
|
||||||
PyObjects/_FemMaterialMechanicalNonlinear.py
|
PyObjects/_FemMaterialMechanicalNonlinear.py
|
||||||
|
@ -102,7 +102,7 @@ SET(FemObjectsScripts_SRCS
|
||||||
|
|
||||||
SET(FemGuiScripts_SRCS
|
SET(FemGuiScripts_SRCS
|
||||||
PyGui/FemCommands.py
|
PyGui/FemCommands.py
|
||||||
#PyGui/__init__.py
|
PyGui/__init__.py
|
||||||
PyGui/_CommandAnalysis.py
|
PyGui/_CommandAnalysis.py
|
||||||
PyGui/_CommandBeamSection.py
|
PyGui/_CommandBeamSection.py
|
||||||
PyGui/_CommandClearMesh.py
|
PyGui/_CommandClearMesh.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user