changed the name of the executable to fysxasteroids

This commit is contained in:
2010-12-03 00:16:59 +01:00
parent d01ab37554
commit fa57ccfcbf
+2 -2
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
)