Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/CMakeLists.txt
| Show All 27 Lines | set(INC | ||||
| texture | texture | ||||
| ../editors/include | ../editors/include | ||||
| ../blenkernel | ../blenkernel | ||||
| ../blenlib | ../blenlib | ||||
| ../blentranslation | ../blentranslation | ||||
| ../bmesh | ../bmesh | ||||
| ../depsgraph | ../depsgraph | ||||
| ../functions | ../functions | ||||
| ../geometry | |||||
| ../gpu | ../gpu | ||||
| ../imbuf | ../imbuf | ||||
| ../makesdna | ../makesdna | ||||
| ../makesrna | ../makesrna | ||||
| ../render | ../render | ||||
| ../../../intern/glew-mx | ../../../intern/glew-mx | ||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| ../../../intern/sky/include | ../../../intern/sky/include | ||||
| ▲ Show 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | set(SRC | ||||
| function/nodes/node_fn_float_to_int.cc | function/nodes/node_fn_float_to_int.cc | ||||
| function/nodes/node_fn_input_string.cc | function/nodes/node_fn_input_string.cc | ||||
| function/nodes/node_fn_input_vector.cc | function/nodes/node_fn_input_vector.cc | ||||
| function/nodes/node_fn_random_float.cc | function/nodes/node_fn_random_float.cc | ||||
| function/node_function_util.cc | function/node_function_util.cc | ||||
| geometry/nodes/legacy/node_geo_material_assign.cc | geometry/nodes/legacy/node_geo_material_assign.cc | ||||
| geometry/nodes/legacy/node_geo_select_by_material.cc | geometry/nodes/legacy/node_geo_select_by_material.cc | ||||
| geometry/nodes/legacy/node_geo_mesh_to_curve.cc | |||||
| geometry/nodes/node_geo_align_rotation_to_vector.cc | geometry/nodes/node_geo_align_rotation_to_vector.cc | ||||
| geometry/nodes/node_geo_attribute_capture.cc | geometry/nodes/node_geo_attribute_capture.cc | ||||
| geometry/nodes/node_geo_attribute_clamp.cc | geometry/nodes/node_geo_attribute_clamp.cc | ||||
| geometry/nodes/node_geo_attribute_color_ramp.cc | geometry/nodes/node_geo_attribute_color_ramp.cc | ||||
| geometry/nodes/node_geo_attribute_combine_xyz.cc | geometry/nodes/node_geo_attribute_combine_xyz.cc | ||||
| geometry/nodes/node_geo_attribute_compare.cc | geometry/nodes/node_geo_attribute_compare.cc | ||||
| geometry/nodes/node_geo_attribute_convert.cc | geometry/nodes/node_geo_attribute_convert.cc | ||||
| ▲ Show 20 Lines • Show All 236 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/node_common.h | intern/node_common.h | ||||
| intern/node_exec.h | intern/node_exec.h | ||||
| intern/node_util.h | intern/node_util.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_bmesh | bf_bmesh | ||||
| bf_functions | bf_functions | ||||
| bf_geometry | |||||
| bf_intern_sky | bf_intern_sky | ||||
| ) | ) | ||||
| if(WITH_BULLET) | if(WITH_BULLET) | ||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ${BULLET_INCLUDE_DIRS} | ${BULLET_INCLUDE_DIRS} | ||||
| "../../../intern/rigidbody/" | "../../../intern/rigidbody/" | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 81 Lines • Show Last 20 Lines | |||||