Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/CMakeLists.txt
| Show First 20 Lines • Show All 101 Lines • ▼ Show 20 Lines | set(SRC | ||||
| GPU_debug.h | GPU_debug.h | ||||
| GPU_draw.h | GPU_draw.h | ||||
| GPU_extensions.h | GPU_extensions.h | ||||
| GPU_framebuffer.h | GPU_framebuffer.h | ||||
| GPU_glew.h | GPU_glew.h | ||||
| GPU_immediate.h | GPU_immediate.h | ||||
| GPU_immediate_util.h | GPU_immediate_util.h | ||||
| GPU_init_exit.h | GPU_init_exit.h | ||||
| GPU_legacy_stubs.h | |||||
| GPU_material.h | GPU_material.h | ||||
| GPU_matrix.h | GPU_matrix.h | ||||
| GPU_select.h | GPU_select.h | ||||
| GPU_shader.h | GPU_shader.h | ||||
| GPU_texture.h | GPU_texture.h | ||||
| GPU_uniformbuffer.h | GPU_uniformbuffer.h | ||||
| GPU_viewport.h | GPU_viewport.h | ||||
| ▲ Show 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | |||||
| if(WITH_IMAGE_DDS) | if(WITH_IMAGE_DDS) | ||||
| add_definitions(-DWITH_DDS) | add_definitions(-DWITH_DDS) | ||||
| endif() | endif() | ||||
| if(WITH_OPENSUBDIV) | if(WITH_OPENSUBDIV) | ||||
| add_definitions(-DWITH_OPENSUBDIV) | add_definitions(-DWITH_OPENSUBDIV) | ||||
| endif() | endif() | ||||
| if(WITH_LEGACY_OPENGL) | |||||
| add_definitions(-DWITH_LEGACY_OPENGL) | |||||
| endif() | |||||
| blender_add_lib(bf_gpu "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_gpu "${SRC}" "${INC}" "${INC_SYS}") | ||||