Added s60 & Combatant 5415 hull examples
This commit is contained in:
parent
9e325abf70
commit
70636dfe14
|
@ -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}
|
||||
|
|
BIN
src/Mod/Ship/Examples/barehull5415.fcstd
Normal file
BIN
src/Mod/Ship/Examples/barehull5415.fcstd
Normal file
Binary file not shown.
BIN
src/Mod/Ship/Examples/s60.fcstd
Normal file
BIN
src/Mod/Ship/Examples/s60.fcstd
Normal file
Binary file not shown.
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user