changed the name of the executable to fysxasteroids

main
Martin Felis (schakeline) 2010-12-03 00:16:59 +01:00
parent d01ab37554
commit fa57ccfcbf
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ SET ( ASTEROIDS_SOURCES
asteroids/View.cc
)
ADD_EXECUTABLE ( fysx_asteroids ${ASTEROIDS_SOURCES} )
ADD_EXECUTABLE ( fysxasteroids ${ASTEROIDS_SOURCES} )
TARGET_LINK_LIBRARIES ( fysx_asteroids
TARGET_LINK_LIBRARIES ( fysxasteroids
Engine
oglft
)