Added s60 & Combatant 5415 hull examples

This commit is contained in:
Jose Luis Cercós pita 2012-01-29 19:41:27 +01:00
parent 9e325abf70
commit 70636dfe14
4 changed files with 15 additions and 1 deletions

View File

@ -35,6 +35,12 @@ SET(ShipIcons_SRCS
)
SOURCE_GROUP("shipicons" FILES ${ShipIcons_SRCS})
SET(ShipExamples_SRCS
Examples/s60.fcstd
Examples/barehull5415.fcstd
)
SOURCE_GROUP("shipexamples" FILES ${ShipExamples_SRCS})
SET(ShipLoadExample_SRCS
shipLoadExample/__init__.py
shipLoadExample/TaskPanel.py
@ -82,7 +88,7 @@ SET(ShipUtils_SRCS
)
SOURCE_GROUP("shiputils" FILES ${ShipUtils_SRCS})
SET(all_files ${ShipMain_SRCS} ${ShipIcons_SRCS} ${ShipLoadExample_SRCS} ${ShipCreateShip_SRCS} ${ShipOutlineDraw_SRCS} ${ShipAreasCurve_SRCS} ${ShipHydrostatics_SRCS} ${ShipUtils_SRCS})
SET(all_files ${ShipMain_SRCS} ${ShipIcons_SRCS} ${ShipExamples_SRCS} ${ShipLoadExample_SRCS} ${ShipCreateShip_SRCS} ${ShipOutlineDraw_SRCS} ${ShipAreasCurve_SRCS} ${ShipHydrostatics_SRCS} ${ShipUtils_SRCS})
ADD_CUSTOM_TARGET(Ship ALL
SOURCES ${all_files}
@ -96,6 +102,12 @@ INSTALL(
DESTINATION
Mod/Ship/Icons
)
INSTALL(
FILES
${ShipExamples_SRCS}
DESTINATION
Mod/Ship/Examples
)
INSTALL(
FILES
${ShipLoadExample_SRCS}

Binary file not shown.

Binary file not shown.

View File

@ -33,6 +33,8 @@ nobase_data_DATA = \
Icons/ReparametrizeIco.xpm \
Icons/Ship.xcf \
Icons/Ship.xpm \
Examples/s60.fcstd \
Examples/barehull5415.fcstd \
shipLoadExample/__init__.py \
shipLoadExample/TaskPanel.py \
shipLoadExample/TaskPanel.ui \