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

main
Martin Felis (schakeline) 2010-12-03 00:30:55 +01:00
parent fa57ccfcbf
commit b4bab4ecaa
1 changed files with 5 additions and 0 deletions

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
)