Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show All 33 Lines | set(INC_SYS | ||||
| ${FREETYPE_INCLUDE_DIRS} | ${FREETYPE_INCLUDE_DIRS} | ||||
| ${GMP_INCLUDE_DIRS} | ${GMP_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| intern/BLI_args.c | intern/BLI_args.c | ||||
| intern/BLI_array.c | intern/BLI_array.c | ||||
| intern/BLI_assert.c | intern/BLI_assert.c | ||||
| intern/BLI_color.cc | |||||
| intern/BLI_dial_2d.c | intern/BLI_dial_2d.c | ||||
| intern/BLI_dynstr.c | intern/BLI_dynstr.c | ||||
| intern/BLI_filelist.c | intern/BLI_filelist.c | ||||
| intern/BLI_ghash.c | intern/BLI_ghash.c | ||||
| intern/BLI_ghash_utils.c | intern/BLI_ghash_utils.c | ||||
| intern/BLI_heap.c | intern/BLI_heap.c | ||||
| intern/BLI_heap_simple.c | intern/BLI_heap_simple.c | ||||
| intern/BLI_index_range.cc | intern/BLI_index_range.cc | ||||
| ▲ Show 20 Lines • Show All 334 Lines • ▼ Show 20 Lines | |||||
| blender_add_lib(bf_blenlib "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_blenlib "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| set(TEST_SRC | set(TEST_SRC | ||||
| tests/BLI_array_store_test.cc | tests/BLI_array_store_test.cc | ||||
| tests/BLI_array_test.cc | tests/BLI_array_test.cc | ||||
| tests/BLI_array_utils_test.cc | tests/BLI_array_utils_test.cc | ||||
| tests/BLI_color_test.cc | |||||
| tests/BLI_delaunay_2d_test.cc | tests/BLI_delaunay_2d_test.cc | ||||
| tests/BLI_disjoint_set_test.cc | tests/BLI_disjoint_set_test.cc | ||||
| tests/BLI_edgehash_test.cc | tests/BLI_edgehash_test.cc | ||||
| tests/BLI_expr_pylike_eval_test.cc | tests/BLI_expr_pylike_eval_test.cc | ||||
| tests/BLI_function_ref_test.cc | tests/BLI_function_ref_test.cc | ||||
| tests/BLI_ghash_test.cc | tests/BLI_ghash_test.cc | ||||
| tests/BLI_hash_mm2a_test.cc | tests/BLI_hash_mm2a_test.cc | ||||
| tests/BLI_heap_simple_test.cc | tests/BLI_heap_simple_test.cc | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||