Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/CMakeLists.txt
| Show First 20 Lines • Show All 477 Lines • ▼ Show 20 Lines | |||||
| data_to_c_simple(engines/overlay/shaders/xray_fade_frag.glsl SRC) | data_to_c_simple(engines/overlay/shaders/xray_fade_frag.glsl SRC) | ||||
| data_to_c_simple(engines/image/shaders/engine_image_frag.glsl SRC) | data_to_c_simple(engines/image/shaders/engine_image_frag.glsl SRC) | ||||
| data_to_c_simple(engines/image/shaders/engine_image_vert.glsl SRC) | data_to_c_simple(engines/image/shaders/engine_image_vert.glsl SRC) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ) | ) | ||||
| if(WITH_DRAW_DEBUG) | |||||
| list(APPEND SRC | |||||
| engines/select/select_debug_engine.c | |||||
| ) | |||||
| add_definitions(-DWITH_DRAW_DEBUG) | |||||
| endif() | |||||
| if(WITH_MOD_FLUID) | if(WITH_MOD_FLUID) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../../intern/mantaflow/extern | ../../../intern/mantaflow/extern | ||||
| ) | ) | ||||
| add_definitions(-DWITH_FLUID) | add_definitions(-DWITH_FLUID) | ||||
| endif() | endif() | ||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| Show All 37 Lines | |||||