diff options
author | kumar8600 <kumar1@hotmail.co.jp> | 2014-10-13 17:37:14 +0900 |
---|---|---|
committer | kumar8600 <kumar1@hotmail.co.jp> | 2014-10-13 17:37:14 +0900 |
commit | c1970913bd00469d67aff08e748b5ae713ac7081 (patch) | |
tree | 039311b968e4422deb8fa971834ccfa8d7e122a6 /CMakeLists.txt | |
parent | 41f492699759682cd9f728323b139f56aa4e74a0 (diff) |
Correct project name definition at CMakeLists.txt
Match with before #7b6427d14aca84c9603f8767e6b9b097a8be9424
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
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) |