Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/CMakeLists.txt
| Show All 11 Lines | set(INC | ||||
| ../draw | ../draw | ||||
| ../gpu | ../gpu | ||||
| ../imbuf | ../imbuf | ||||
| ../makesdna | ../makesdna | ||||
| ../makesrna | ../makesrna | ||||
| ../nodes | ../nodes | ||||
| ../sequencer | ../sequencer | ||||
| ../simulation | ../simulation | ||||
| ../../../intern/atomic | |||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| ../../../intern/mikktspace | ../../../intern/mikktspace | ||||
| ../../../intern/mantaflow/extern | ../../../intern/mantaflow/extern | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| intern/bake.c | intern/bake.c | ||||
| Show All 18 Lines | set(SRC | ||||
| intern/pipeline.h | intern/pipeline.h | ||||
| intern/render_result.h | intern/render_result.h | ||||
| intern/render_types.h | intern/render_types.h | ||||
| intern/texture_common.h | intern/texture_common.h | ||||
| intern/zbuf.h | intern/zbuf.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| PRIVATE bf_intern_atomic | |||||
| ) | ) | ||||
| if(WITH_PYTHON) | if(WITH_PYTHON) | ||||
| add_definitions(-DWITH_PYTHON) | add_definitions(-DWITH_PYTHON) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../python | ../python | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| Show All 20 Lines | |||||