Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/CMakeLists.txt
| Show All 25 Lines | set(INC | ||||
| ../editors/include | ../editors/include | ||||
| # For *_info.hh includes. | # For *_info.hh includes. | ||||
| ../draw/engines/eevee_next | ../draw/engines/eevee_next | ||||
| # For node muting stuff. | # For node muting stuff. | ||||
| ../nodes | ../nodes | ||||
| ../../../intern/atomic | |||||
| ../../../intern/clog | ../../../intern/clog | ||||
| ../../../intern/ghost | ../../../intern/ghost | ||||
| ../../../intern/glew-mx | ../../../intern/glew-mx | ||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| ../../../intern/mantaflow/extern | ../../../intern/mantaflow/extern | ||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ▲ Show 20 Lines • Show All 176 Lines • ▼ Show 20 Lines | if(WITH_OPENGL) | ||||
| list(APPEND SRC ${OPENGL_SRC}) | list(APPEND SRC ${OPENGL_SRC}) | ||||
| endif() | endif() | ||||
| if(WITH_METAL_BACKEND) | if(WITH_METAL_BACKEND) | ||||
| list(APPEND SRC ${METAL_SRC}) | list(APPEND SRC ${METAL_SRC}) | ||||
| endif() | endif() | ||||
| set(LIB | set(LIB | ||||
| PRIVATE bf_intern_atomic | |||||
| ${BLENDER_GL_LIBRARIES} | ${BLENDER_GL_LIBRARIES} | ||||
| ) | ) | ||||
| if(NOT WITH_SYSTEM_GLEW) | if(NOT WITH_SYSTEM_GLEW) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| ${BLENDER_GLEW_LIBRARIES} | ${BLENDER_GLEW_LIBRARIES} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 408 Lines • Show Last 20 Lines | |||||