diff options
author | kumar8600 <kumar1@hotmail.co.jp> | 2014-10-12 01:17:15 +0900 |
---|---|---|
committer | kumar8600 <kumar1@hotmail.co.jp> | 2014-10-12 01:17:15 +0900 |
commit | f7cafad4a15b945c37289d15399f2918f0ded1fb (patch) | |
tree | a1eb45e06e3ffd2cdab2e6346205f78f1e695a84 | |
parent | 8d90bac7ce17c6833ce3ee7a7dc52b521cb1973d (diff) |
Define project name on CMakeLists.txt
-rwxr-xr-x | CMakeLists.txt | 1 |
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) |