This commit is contained in:
2011-02-13 17:32:56 +01:00
+9
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
)