+ fix whitespace & cmake warning
This commit is contained in:
parent
e87d3c23e7
commit
c5876fe7ca
|
@ -45,14 +45,14 @@ INSTALL(
|
|||
|
||||
if(BUILD_FEM)
|
||||
SET(WizardShaft_SRCS
|
||||
WizardShaft/__init__.py
|
||||
WizardShaft/WizardShaft.svg
|
||||
WizardShaft/WizardShaft.py
|
||||
WizardShaft/WizardShaftTable.py
|
||||
WizardShaft/Shaft.py
|
||||
WizardShaft/ShaftFeature.py
|
||||
WizardShaft/ShaftDiagram.py
|
||||
WizardShaft/SegmentFunction.py
|
||||
WizardShaft/__init__.py
|
||||
WizardShaft/WizardShaft.svg
|
||||
WizardShaft/WizardShaft.py
|
||||
WizardShaft/WizardShaftTable.py
|
||||
WizardShaft/Shaft.py
|
||||
WizardShaft/ShaftFeature.py
|
||||
WizardShaft/ShaftDiagram.py
|
||||
WizardShaft/SegmentFunction.py
|
||||
)
|
||||
SOURCE_GROUP("wizardshaft" FILES ${WizardShaft_SRCS})
|
||||
|
||||
|
@ -75,18 +75,18 @@ if(BUILD_FEM)
|
|||
endif(BUILD_FEM)
|
||||
|
||||
SET(FeatureHole_SRCS
|
||||
FeatureHole/__init__.py
|
||||
FeatureHole/HoleGui.py
|
||||
FeatureHole/FeatureHole.py
|
||||
FeatureHole/TaskHole.py
|
||||
FeatureHole/ViewProviderHole.py
|
||||
FeatureHole/Standards.py
|
||||
FeatureHole/PartDesign_Hole.svg
|
||||
FeatureHole/__init__.py
|
||||
FeatureHole/HoleGui.py
|
||||
FeatureHole/FeatureHole.py
|
||||
FeatureHole/TaskHole.py
|
||||
FeatureHole/ViewProviderHole.py
|
||||
FeatureHole/Standards.py
|
||||
FeatureHole/PartDesign_Hole.svg
|
||||
)
|
||||
SOURCE_GROUP("featurehole" FILES ${FeatureHole_SRCS})
|
||||
|
||||
SET(FeatureHole_UI
|
||||
FeatureHole/TaskHole.ui
|
||||
FeatureHole/TaskHole.ui
|
||||
)
|
||||
|
||||
SET(all_featurehole_files ${FeatureHole_SRCS} ${FeatureHole_UI})
|
||||
|
@ -97,7 +97,7 @@ SET(all_featurehole_files ${FeatureHole_SRCS} ${FeatureHole_UI})
|
|||
|
||||
#SET(all_files ${all_featurehole_files})
|
||||
|
||||
fc_copy_sources(Mod/PartDesign "${CMAKE_BINARY_DIR}/Mod/PartDesign" ${all_files})
|
||||
#fc_copy_sources(FeatureHole "${CMAKE_BINARY_DIR}/Mod/PartDesign" ${all_files})
|
||||
|
||||
#INSTALL(
|
||||
# FILES
|
||||
|
|
Loading…
Reference in New Issue
Block a user