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,19 +0,0 @@
SET(Surfaces_Border
__init__.py
)
SOURCE_GROUP("" FILES ${Surfaces_Border})
ADD_CUSTOM_TARGET(SurfacesBorder ALL
SOURCES ${Surfaces_Border}
)
fc_copy_sources("Mod/Surfaces/surfBorder" "Surfaces/surfBorder" ${Surfaces_Border})
INSTALL(
FILES
${Surfaces_Border}
DESTINATION
Mod/Surfaces/surfBorder
)