Fixed multiple project generation

This commit is contained in:
Jose Luis Cercós pita
2012-01-05 16:04:29 +01:00
committed by Yorik van Havre
parent d21b808e07
commit 321a6cfb6b
12 changed files with 186 additions and 304 deletions

View File

@@ -1,29 +0,0 @@
SET(Surfaces_ISOCurve
__init__.py
PointTracker.py
TaskPanel.py
Preview.py
TaskPanel.ui
)
SOURCE_GROUP("" FILES ${Surfaces_ISOCurve})
ADD_CUSTOM_TARGET(SurfacesISOCurve ALL
SOURCES ${Surfaces_ISOCurve}
)
fc_copy_sources("Mod/Surfaces/surfISOCurve" "Surfaces/surfISOCurve" ${Surfaces_ISOCurve})
INSTALL(
FILES
${Surfaces_ISOCurve}
DESTINATION
Mod/Surfaces/surfISOCurve
)
INSTALL(
FILES
DESTINATION
Mod/Surfaces/surfISOCurve
)