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_Utils
__init__.py
Geometry.py
Math.py
Paths.py
Translator.py
)
SOURCE_GROUP("" FILES ${Surfaces_Utils})
ADD_CUSTOM_TARGET(SurfacesUtils ALL
SOURCES ${Surfaces_Utils}
)
fc_copy_sources("Mod/Surfaces/surfUtils" "Surfaces/surfUtils" ${Surfaces_Utils})
INSTALL(
FILES
${Surfaces_Utils}
DESTINATION
Mod/Surfaces/surfUtils
)
INSTALL(
FILES
DESTINATION
Mod/Surfaces/surfUtils
)