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:
authorDalai Felinto <dfelinto@gmail.com>2017-05-11 16:53:09 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-11 17:10:53 +0300
commitbde45b5ae71b5fdf52c33c80a9a197516e82dce2 (patch)
tree45eaab7deaf198c1361adb1ea2c774a256ae1fd9 /source/gameengine/Rasterizer/CMakeLists.txt
parentd58310fe3702cd07deca46b3a1f9d0c63679fa83 (diff)
Allow building the game engine with core profile
Note: This is not about functionality, but about using the same stub file we are using in Blender for the game engine.
Diffstat (limited to 'source/gameengine/Rasterizer/CMakeLists.txt')
-rw-r--r--source/gameengine/Rasterizer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Rasterizer/CMakeLists.txt b/source/gameengine/Rasterizer/CMakeLists.txt
index c65fcac5161..fc7dc90e03b 100644
--- a/source/gameengine/Rasterizer/CMakeLists.txt
+++ b/source/gameengine/Rasterizer/CMakeLists.txt
@@ -31,6 +31,7 @@ set(INC
../../blender/makesdna
../../blender/blenlib
../../blender/blenkernel
+ ../../blender/gpu
../../blender/imbuf
../../../intern/container
../../../intern/glew-mx