Fixed multiple project generation
This commit is contained in:
committed by
Yorik van Havre
parent
d21b808e07
commit
321a6cfb6b
@@ -1,22 +0,0 @@
|
||||
SET(Ship_CreateShip
|
||||
__init__.py
|
||||
Preview.py
|
||||
TaskPanel.py
|
||||
TaskPanel.ui
|
||||
)
|
||||
|
||||
SOURCE_GROUP("" FILES ${Ship_CreateShip})
|
||||
|
||||
ADD_CUSTOM_TARGET(ShipCreateShip ALL
|
||||
SOURCES ${Ship_CreateShip}
|
||||
)
|
||||
|
||||
fc_copy_sources("Mod/Ship/shipCreateShip" "Ship/shipCreateShip" ${Ship_CreateShip})
|
||||
|
||||
INSTALL(
|
||||
FILES
|
||||
${Ship_CreateShip}
|
||||
DESTINATION
|
||||
Mod/Ship/shipCreateShip
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user