Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/CMakeLists.txt
| Show First 20 Lines • Show All 46 Lines • ▼ Show 20 Lines | set(SRC | ||||
| gpu.c | gpu.c | ||||
| bpy.c | bpy.c | ||||
| bpy_app.c | bpy_app.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 | ||||
| bpy_app_openvdb.c | |||||
| bpy_app_sdl.c | bpy_app_sdl.c | ||||
| bpy_app_translations.c | bpy_app_translations.c | ||||
| bpy_driver.c | bpy_driver.c | ||||
| bpy_interface.c | bpy_interface.c | ||||
| bpy_interface_atexit.c | bpy_interface_atexit.c | ||||
| bpy_intern_string.c | bpy_intern_string.c | ||||
| bpy_library.c | bpy_library.c | ||||
| bpy_operator.c | bpy_operator.c | ||||
| Show All 12 Lines | set(SRC | ||||
| 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 | ||||
| bpy_app_handlers.h | bpy_app_handlers.h | ||||
| bpy_app_ocio.h | bpy_app_ocio.h | ||||
| bpy_app_oiio.h | bpy_app_oiio.h | ||||
| bpy_app_openvdb.h | |||||
| bpy_app_sdl.h | bpy_app_sdl.h | ||||
| bpy_app_translations.h | bpy_app_translations.h | ||||
| bpy_driver.h | bpy_driver.h | ||||
| bpy_intern_string.h | bpy_intern_string.h | ||||
| bpy_library.h | bpy_library.h | ||||
| bpy_operator.h | bpy_operator.h | ||||
| bpy_operator_wrap.h | bpy_operator_wrap.h | ||||
| bpy_path.h | bpy_path.h | ||||
| ▲ Show 20 Lines • Show All 165 Lines • ▼ Show 20 Lines | |||||
| if(WITH_OPENCOLLADA) | if(WITH_OPENCOLLADA) | ||||
| add_definitions(-DWITH_COLLADA) | add_definitions(-DWITH_COLLADA) | ||||
| endif() | endif() | ||||
| if(WITH_OPENCOLORIO) | if(WITH_OPENCOLORIO) | ||||
| add_definitions(-DWITH_OCIO) | add_definitions(-DWITH_OCIO) | ||||
| endif() | endif() | ||||
| if(WITH_OPENVDB) | |||||
| add_definitions(-DWITH_OPENVDB) | |||||
| list(APPEND INC | |||||
| ../../openvdb | |||||
| ) | |||||
| endif() | |||||
| if(WITH_MOD_PARTMESHER) | |||||
| add_definitions(-DWITH_MOD_PARTMESHER) | |||||
| endif() | |||||
| if(WITH_OPENIMAGEIO) | if(WITH_OPENIMAGEIO) | ||||
| add_definitions(-DWITH_OPENIMAGEIO) | add_definitions(-DWITH_OPENIMAGEIO) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../imbuf/intern/oiio | ../../imbuf/intern/oiio | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(WITH_PLAYER) | if(WITH_PLAYER) | ||||
| add_definitions(-DWITH_PLAYER) | add_definitions(-DWITH_PLAYER) | ||||
| endif() | endif() | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_python "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_python "${SRC}" "${INC}" "${INC_SYS}") | ||||