Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show All 12 Lines | set(INC | ||||
| ../../../intern/atomic | ../../../intern/atomic | ||||
| ../../../intern/eigen | ../../../intern/eigen | ||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| ../../../extern/wcwidth | ../../../extern/wcwidth | ||||
| ../../../extern/json/include | ../../../extern/json/include | ||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${EIGEN3_INCLUDE_DIRS} | |||||
| ${ZLIB_INCLUDE_DIRS} | ${ZLIB_INCLUDE_DIRS} | ||||
| ${ZSTD_INCLUDE_DIRS} | ${ZSTD_INCLUDE_DIRS} | ||||
| ${GMP_INCLUDE_DIRS} | ${GMP_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| intern/BLI_array.c | intern/BLI_array.c | ||||
| intern/BLI_assert.c | intern/BLI_assert.c | ||||
| ▲ Show 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/math_boolean.cc | intern/math_boolean.cc | ||||
| intern/math_color.c | intern/math_color.c | ||||
| intern/math_color_blend_inline.c | intern/math_color_blend_inline.c | ||||
| intern/math_color_inline.c | intern/math_color_inline.c | ||||
| intern/math_geom.c | intern/math_geom.c | ||||
| intern/math_geom_inline.c | intern/math_geom_inline.c | ||||
| intern/math_interp.c | intern/math_interp.c | ||||
| intern/math_matrix.c | intern/math_matrix.c | ||||
| intern/math_matrix.cc | |||||
| intern/math_rotation.c | intern/math_rotation.c | ||||
| intern/math_rotation.cc | intern/math_rotation.cc | ||||
| intern/math_solvers.c | intern/math_solvers.c | ||||
| intern/math_statistics.c | intern/math_statistics.c | ||||
| intern/math_time.c | intern/math_time.c | ||||
| intern/math_vec.cc | intern/math_vec.cc | ||||
| intern/math_vector.c | intern/math_vector.c | ||||
| intern/math_vector_inline.c | intern/math_vector_inline.c | ||||
| ▲ Show 20 Lines • Show All 367 Lines • ▼ Show 20 Lines | set(TEST_SRC | ||||
| tests/BLI_linklist_lockfree_test.cc | tests/BLI_linklist_lockfree_test.cc | ||||
| tests/BLI_listbase_test.cc | tests/BLI_listbase_test.cc | ||||
| tests/BLI_map_test.cc | tests/BLI_map_test.cc | ||||
| tests/BLI_math_base_safe_test.cc | tests/BLI_math_base_safe_test.cc | ||||
| tests/BLI_math_base_test.cc | tests/BLI_math_base_test.cc | ||||
| tests/BLI_math_bits_test.cc | tests/BLI_math_bits_test.cc | ||||
| tests/BLI_math_color_test.cc | tests/BLI_math_color_test.cc | ||||
| tests/BLI_math_geom_test.cc | tests/BLI_math_geom_test.cc | ||||
| tests/BLI_math_matrix_types_test.cc | |||||
| tests/BLI_math_matrix_test.cc | tests/BLI_math_matrix_test.cc | ||||
| tests/BLI_math_rotation_test.cc | tests/BLI_math_rotation_test.cc | ||||
| tests/BLI_math_solvers_test.cc | tests/BLI_math_solvers_test.cc | ||||
| tests/BLI_math_time_test.cc | tests/BLI_math_time_test.cc | ||||
| tests/BLI_math_vec_types_test.cc | tests/BLI_math_vec_types_test.cc | ||||
| tests/BLI_math_vector_test.cc | tests/BLI_math_vector_test.cc | ||||
| tests/BLI_memiter_test.cc | tests/BLI_memiter_test.cc | ||||
| tests/BLI_memory_utils_test.cc | tests/BLI_memory_utils_test.cc | ||||
| Show All 37 Lines | |||||