From 90b76808459a25a120df95950c37e886fa51faf3 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 20 Oct 2014 17:58:34 +0200 Subject: [PATCH] Changed Name of executable. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e6b7de..d69f4c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.6) # project/binary name: -PROJECT(basic-texturing) +PROJECT(MarbleRaceGroupC) # ACGL setup SET(ACGL_OPENGL_SUPPORT CORE_32)