Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/CMakeLists.txt
| Show All 32 Lines | set(INC | ||||
| ../../gpu | ../../gpu | ||||
| ../../imbuf | ../../imbuf | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/cycles/blender | ../../../../intern/cycles/blender | ||||
| ../../../../intern/opencolorio | ../../../../intern/opencolorio | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ../../gpu/intern | |||||
| ../../../../intern/glew-mx | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${PYTHON_INCLUDE_DIRS} | ${PYTHON_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| gpu.c | gpu.c | ||||
| gpu_offscreen.c | gpu_offscreen.c | ||||
| gpu_shader_node.c | |||||
| gpu_builtins.c | |||||
| gpu_custom_data.c | |||||
| bpy.c | bpy.c | ||||
| bpy_app.c | bpy_app.c | ||||
| bpy_app_alembic.c | bpy_app_alembic.c | ||||
| bpy_app_build_options.c | bpy_app_build_options.c | ||||
| bpy_app_ffmpeg.c | bpy_app_ffmpeg.c | ||||
| bpy_app_handlers.c | bpy_app_handlers.c | ||||
| bpy_app_ocio.c | bpy_app_ocio.c | ||||
| bpy_app_oiio.c | bpy_app_oiio.c | ||||
| ▲ Show 20 Lines • Show All 247 Lines • Show Last 20 Lines | |||||