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:
authorMitchell Stokes <mogurijin@gmail.com>2013-07-09 05:24:51 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-07-09 05:24:51 +0400
commit60812e0260c40c286c9373f48f7ccdf721a0c9ee (patch)
tree0f9c36d1e8dfaeb42891de6a2bb8e2292c1c837d /source/gameengine/GamePlayer/CMakeLists.txt
parenta6d26cb6655064b0f58a233799fead3943c9c301 (diff)
BGE cleanup: Removing the GamePlayer/xembed folder and associated build options. This code was very old and not used. For example web player code, look at Burster.
Diffstat (limited to 'source/gameengine/GamePlayer/CMakeLists.txt')
-rw-r--r--source/gameengine/GamePlayer/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/GamePlayer/CMakeLists.txt b/source/gameengine/GamePlayer/CMakeLists.txt
index e1a26668d11..e77609985dc 100644
--- a/source/gameengine/GamePlayer/CMakeLists.txt
+++ b/source/gameengine/GamePlayer/CMakeLists.txt
@@ -25,7 +25,3 @@
add_subdirectory(common)
add_subdirectory(ghost)
-
-if(WITH_WEBPLUGIN)
- add_subdirectory(xembed)
-endif()