also added binary to be installed ... ahem...

This commit is contained in:
Martin Felis (schakeline) 2010-12-03 00:30:55 +01:00
parent fa57ccfcbf
commit b4bab4ecaa

View File

@ -49,6 +49,11 @@ SET ( DATA_DIR
data/
)
INSTALL (TARGETS fysxasteroids
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
)
INSTALL (DIRECTORY ${DATA_DIR}
DESTINATION share/fysxasteroids
)