Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/CMakeLists.txt
| Show First 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | set(SRC | ||||
| bpy_traceback.h | bpy_traceback.h | ||||
| bpy_utils_previews.h | bpy_utils_previews.h | ||||
| bpy_utils_units.h | bpy_utils_units.h | ||||
| ../BPY_extern.h | ../BPY_extern.h | ||||
| ../BPY_extern_clog.h | ../BPY_extern_clog.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_editor_interface | |||||
| bf_editor_space_api | |||||
| bf_python_gpu | |||||
| ) | ) | ||||
| # 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() | ||||
| if(WITH_PYTHON_MODULE) | if(WITH_PYTHON_MODULE) | ||||
| ▲ Show 20 Lines • Show All 176 Lines • Show Last 20 Lines | |||||