Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/CMakeLists.txt
| Show All 30 Lines | set(INC | ||||
| ../imbuf | ../imbuf | ||||
| ../makesdna | ../makesdna | ||||
| ../makesrna | ../makesrna | ||||
| ../nodes | ../nodes | ||||
| ../physics | ../physics | ||||
| ../../../intern/atomic | ../../../intern/atomic | ||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| ../../../intern/mikktspace | ../../../intern/mikktspace | ||||
| ../../../intern/smoke/extern | ../../../intern/mantaflow/extern | ||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${GLEW_INCLUDE_PATH} | ${GLEW_INCLUDE_PATH} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| intern/source/bake_api.c | intern/source/bake_api.c | ||||
| Show All 33 Lines | |||||
| if(WITH_IMAGE_OPENEXR) | if(WITH_IMAGE_OPENEXR) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_imbuf_openexr | bf_imbuf_openexr | ||||
| ) | ) | ||||
| add_definitions(-DWITH_OPENEXR) | add_definitions(-DWITH_OPENEXR) | ||||
| endif() | endif() | ||||
| if(WITH_MOD_SMOKE) | if(WITH_MOD_MANTA) | ||||
| add_definitions(-DWITH_SMOKE) | add_definitions(-DWITH_MANTA) | ||||
| endif() | endif() | ||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../freestyle | ../freestyle | ||||
| ) | ) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_freestyle | bf_freestyle | ||||
| Show All 17 Lines | |||||