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:
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 26fbc5d9eb2..36aa310fe10 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -45,10 +45,6 @@ set(INC_SYS
)
set(SRC
- gpu.c
- gpu_offscreen.c
- gpu_py_matrix.c
- gpu_py_select.c
bpy.c
bpy_app.c
bpy_app_alembic.c
@@ -61,6 +57,7 @@ set(SRC
bpy_app_openvdb.c
bpy_app_sdl.c
bpy_app_translations.c
+ bpy_capi_utils.c
bpy_driver.c
bpy_interface.c
bpy_interface_atexit.c
@@ -80,12 +77,14 @@ set(SRC
bpy_rna_id_collection.c
bpy_rna_manipulator.c
bpy_traceback.c
- bpy_util.c
bpy_utils_previews.c
bpy_utils_units.c
+ gpu.c
+ gpu_offscreen.c
+ gpu_py_matrix.c
+ gpu_py_select.c
stubs.c
- gpu.h
bpy.h
bpy_app.h
bpy_app_alembic.h
@@ -98,6 +97,7 @@ set(SRC
bpy_app_openvdb.h
bpy_app_sdl.h
bpy_app_translations.h
+ bpy_capi_utils.h
bpy_driver.h
bpy_intern_string.h
bpy_library.h
@@ -113,9 +113,9 @@ set(SRC
bpy_rna_id_collection.h
bpy_rna_manipulator.h
bpy_traceback.h
- bpy_util.h
bpy_utils_previews.h
bpy_utils_units.h
+ gpu.h
../BPY_extern.h
)