need to also copy __init__.py files to make local build working properly

This commit is contained in:
wmayer
2017-02-24 15:05:33 +01:00
parent 733147fe88
commit 073e749913

View File

@@ -86,7 +86,7 @@ SET(FemScripts_SRCS
#SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS})
SET(FemObjectsScripts_SRCS
#PyObjects/__init__.py
PyObjects/__init__.py
PyObjects/_FemBeamSection.py
PyObjects/_FemConstraintSelfWeight.py
PyObjects/_FemMaterialMechanicalNonlinear.py
@@ -102,7 +102,7 @@ SET(FemObjectsScripts_SRCS
SET(FemGuiScripts_SRCS
PyGui/FemCommands.py
#PyGui/__init__.py
PyGui/__init__.py
PyGui/_CommandAnalysis.py
PyGui/_CommandBeamSection.py
PyGui/_CommandClearMesh.py