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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-19 17:01:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-19 17:01:19 +0300
commit4e4e872478c8b9e13c34e277ddb2ebf8517410cb (patch)
treef319b5ad6994bbfc520d7504d63aa5560298b9c8 /source/blender/python/intern/CMakeLists.txt
parent2332051419d9aeb99477335e64720b82b106426a (diff)
PyAPI: Add gpu.matrix API
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 967e90d22cb..3ea3f760951 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -47,6 +47,7 @@ set(INC_SYS
set(SRC
gpu.c
gpu_offscreen.c
+ gpu_py_matrix.c
bpy.c
bpy_app.c
bpy_app_alembic.c