diff --git a/CMakeLists.txt b/CMakeLists.txt index 2031917..0b4d0e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )