aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2014-10-14 11:51:17 +1100
committerAlec Thomas <alec@swapoff.org>2014-10-14 11:51:17 +1100
commit21136b00262c2758b08539c5f20c84597e7d8c52 (patch)
tree039311b968e4422deb8fa971834ccfa8d7e122a6
parent41f492699759682cd9f728323b139f56aa4e74a0 (diff)
parentc1970913bd00469d67aff08e748b5ae713ac7081 (diff)
Merge pull request #55 from kumar8600/patch-3
Correct project name definition at CMakeLists.txt
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8da352..6d77099 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(entityx)
+project(EntityX)
cmake_minimum_required(VERSION 2.8)
set(ENTITYX_MAJOR_VERSION 1)