Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/CMakeLists.txt
| Show All 25 Lines | |||||
| set(INC | set(INC | ||||
| .. | .. | ||||
| ../../blenfont | ../../blenfont | ||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blenloader | ../../blenloader | ||||
| ../../editors/include | ../../editors/include | ||||
| ../../gpu | ../../gpu | ||||
| ../../imbuf | |||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/cycles/blender | ../../../../intern/cycles/blender | ||||
| ../../../../intern/opencolorio | ../../../../intern/opencolorio | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ) | ) | ||||
| Show All 22 Lines | set(SRC | ||||
| bpy_path.c | bpy_path.c | ||||
| bpy_props.c | bpy_props.c | ||||
| bpy_rna.c | bpy_rna.c | ||||
| bpy_rna_anim.c | bpy_rna_anim.c | ||||
| bpy_rna_array.c | bpy_rna_array.c | ||||
| bpy_rna_callback.c | bpy_rna_callback.c | ||||
| bpy_traceback.c | bpy_traceback.c | ||||
| bpy_util.c | bpy_util.c | ||||
| bpy_utils_previews.c | |||||
| bpy_utils_units.c | bpy_utils_units.c | ||||
| stubs.c | stubs.c | ||||
| gpu.h | gpu.h | ||||
| bpy.h | bpy.h | ||||
| bpy_app.h | bpy_app.h | ||||
| bpy_app_build_options.h | bpy_app_build_options.h | ||||
| bpy_app_ffmpeg.h | bpy_app_ffmpeg.h | ||||
| Show All 9 Lines | set(SRC | ||||
| bpy_operator_wrap.h | bpy_operator_wrap.h | ||||
| bpy_path.h | bpy_path.h | ||||
| bpy_props.h | bpy_props.h | ||||
| bpy_rna.h | bpy_rna.h | ||||
| bpy_rna_anim.h | bpy_rna_anim.h | ||||
| bpy_rna_callback.h | bpy_rna_callback.h | ||||
| bpy_traceback.h | bpy_traceback.h | ||||
| bpy_util.h | bpy_util.h | ||||
| bpy_utils_previews.h | |||||
| bpy_utils_units.h | bpy_utils_units.h | ||||
| ../BPY_extern.h | ../BPY_extern.h | ||||
| ) | ) | ||||
| # only to check if buildinfo is available | # only to check if buildinfo is available | ||||
| if(WITH_BUILDINFO) | if(WITH_BUILDINFO) | ||||
| add_definitions(-DBUILD_DATE) | add_definitions(-DBUILD_DATE) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 173 Lines • Show Last 20 Lines | |||||