Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show First 20 Lines • Show All 382 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 | |||||