From fa57ccfcbf70752eeff7c624dd56187aaafb4e58 Mon Sep 17 00:00:00 2001 From: "Martin Felis (schakeline)" Date: Fri, 3 Dec 2010 00:16:59 +0100 Subject: [PATCH] changed the name of the executable to fysxasteroids --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )