Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kuznetsov <kuzsasha@gmail.com>2012-05-28 20:09:44 +0400
committerAlexander Kuznetsov <kuzsasha@gmail.com>2012-05-28 20:09:44 +0400
commit3a0e98db8c38f7423351f5df2f945a35133fec8c (patch)
tree87230ac31cb9bb39c4980e8349f268a801969faf /extern/CMakeLists.txt
parentc64a4cb9531ef32bfaaeb786e47b3f2cb50c732e (diff)
This is essentually enables Android build using cmake on linux
Mac might be used too, but you need to modify CmakeList Full instructions will be posted later It still kinda complicated because it involves a lot of manual steps WITH_ANDROID - to enable Libs comming up
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 0bf0fa96bb3..6b6e01e0ef6 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -42,8 +42,10 @@ endif()
if(WITH_BUILTIN_GLEW)
if(WITH_ANDROID)
+message(good)
add_subdirectory(glew-android)
elseif()
+message(bad)
add_subdirectory(glew)
endif()
endif()