aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2014-10-12 20:57:40 +1100
committerAlec Thomas <alec@swapoff.org>2014-10-12 20:57:40 +1100
commit75fe7e6cda495f42578d4d86188cc38d7ab9e3d8 (patch)
treea1eb45e06e3ffd2cdab2e6346205f78f1e695a84
parent8d90bac7ce17c6833ce3ee7a7dc52b521cb1973d (diff)
parentf7cafad4a15b945c37289d15399f2918f0ded1fb (diff)
Merge pull request #52 from kumar8600/patch-1
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)