main
Martin Felis (berta win) 2011-02-13 17:32:56 +01:00
commit 7daac06f59
1 changed files with 9 additions and 0 deletions

View File

@ -71,6 +71,11 @@ SET ( DATA_DIR
data/
)
SET ( DATA_FILES
asteroids.rc
config.rc
)
INSTALL (TARGETS fysxasteroids
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
@ -84,3 +89,7 @@ INSTALL (TARGETS fysxasteroidseditor
INSTALL (DIRECTORY ${DATA_DIR}
DESTINATION share/fysxasteroids/data
)
INSTALL (FILES ${DATA_FILES}
DESTINATION share/fysxasteroids
)