aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumar8600 <kumar1@hotmail.co.jp>2014-10-12 01:17:15 +0900
committerkumar8600 <kumar1@hotmail.co.jp>2014-10-12 01:17:15 +0900
commitf7cafad4a15b945c37289d15399f2918f0ded1fb (patch)
treea1eb45e06e3ffd2cdab2e6346205f78f1e695a84
parent8d90bac7ce17c6833ce3ee7a7dc52b521cb1973d (diff)
Define project name on CMakeLists.txt
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57fe5fb..9b201e1 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+project(entityx)
cmake_minimum_required(VERSION 2.8)
set(ENTITYX_MAJOR_VERSION 1)