CMake: Change project name to openclonk to avoid conflict with the binary

Apparently, Eclipse has problems with projects created by CMake that
have a binary with the name of the project.
Günther Brammer 2011-08-27 22:04:33 +02:00
parent b416da900e
commit 19ce704ae5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# See clonk_trademark_license.txt for full license.
cmake_minimum_required (VERSION 2.6.0)
project (clonk CXX C)
project (openclonk CXX C)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(Version.txt)