Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show All 21 Lines | set(INC | ||||
| . | . | ||||
| # ../blenkernel # don't add this back! | # ../blenkernel # don't add this back! | ||||
| ../makesdna | ../makesdna | ||||
| ../../../intern/atomic | ../../../intern/atomic | ||||
| ../../../intern/eigen | ../../../intern/eigen | ||||
| ../../../intern/guardedalloc | ../../../intern/guardedalloc | ||||
| ../../../intern/numaapi/include | ../../../intern/numaapi/include | ||||
| ../../../extern/wcwidth | ../../../extern/wcwidth | ||||
| ../../../extern/json/include | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${ZLIB_INCLUDE_DIRS} | ${ZLIB_INCLUDE_DIRS} | ||||
| ${ZSTD_INCLUDE_DIRS} | ${ZSTD_INCLUDE_DIRS} | ||||
| ${GMP_INCLUDE_DIRS} | ${GMP_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 83 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/polyfill_2d_beautify.c | intern/polyfill_2d_beautify.c | ||||
| intern/quadric.c | intern/quadric.c | ||||
| intern/rand.cc | intern/rand.cc | ||||
| intern/rct.c | intern/rct.c | ||||
| intern/resource_scope.cc | intern/resource_scope.cc | ||||
| intern/scanfill.c | intern/scanfill.c | ||||
| intern/scanfill_utils.c | intern/scanfill_utils.c | ||||
| intern/session_uuid.c | intern/session_uuid.c | ||||
| intern/serialize.cc | |||||
| intern/smallhash.c | intern/smallhash.c | ||||
| intern/sort.c | intern/sort.c | ||||
| intern/sort_utils.c | intern/sort_utils.c | ||||
| intern/stack.c | intern/stack.c | ||||
| intern/storage.c | intern/storage.c | ||||
| intern/string.c | intern/string.c | ||||
| intern/string_cursor_utf8.c | intern/string_cursor_utf8.c | ||||
| intern/string_search.cc | intern/string_search.cc | ||||
| ▲ Show 20 Lines • Show All 140 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BLI_rand.hh | BLI_rand.hh | ||||
| BLI_range.h | BLI_range.h | ||||
| BLI_rect.h | BLI_rect.h | ||||
| BLI_resource_scope.hh | BLI_resource_scope.hh | ||||
| BLI_scanfill.h | BLI_scanfill.h | ||||
| BLI_session_uuid.h | BLI_session_uuid.h | ||||
| BLI_set.hh | BLI_set.hh | ||||
| BLI_set_slots.hh | BLI_set_slots.hh | ||||
| BLI_serialize.hh | |||||
| BLI_simd.h | BLI_simd.h | ||||
| BLI_smallhash.h | BLI_smallhash.h | ||||
| BLI_sort.h | BLI_sort.h | ||||
| BLI_sort_utils.h | BLI_sort_utils.h | ||||
| BLI_span.hh | BLI_span.hh | ||||
| BLI_stack.h | BLI_stack.h | ||||
| BLI_stack.hh | BLI_stack.hh | ||||
| BLI_strict_flags.h | BLI_strict_flags.h | ||||
| ▲ Show 20 Lines • Show All 150 Lines • ▼ Show 20 Lines | set(TEST_SRC | ||||
| tests/BLI_path_util_test.cc | tests/BLI_path_util_test.cc | ||||
| tests/BLI_polyfill_2d_test.cc | tests/BLI_polyfill_2d_test.cc | ||||
| tests/BLI_ressource_strings.h | tests/BLI_ressource_strings.h | ||||
| tests/BLI_session_uuid_test.cc | tests/BLI_session_uuid_test.cc | ||||
| tests/BLI_set_test.cc | tests/BLI_set_test.cc | ||||
| tests/BLI_span_test.cc | tests/BLI_span_test.cc | ||||
| tests/BLI_stack_cxx_test.cc | tests/BLI_stack_cxx_test.cc | ||||
| tests/BLI_stack_test.cc | tests/BLI_stack_test.cc | ||||
| tests/BLI_serialize_test.cc | |||||
| tests/BLI_string_ref_test.cc | tests/BLI_string_ref_test.cc | ||||
| tests/BLI_string_search_test.cc | tests/BLI_string_search_test.cc | ||||
| tests/BLI_string_test.cc | tests/BLI_string_test.cc | ||||
| tests/BLI_string_utf8_test.cc | tests/BLI_string_utf8_test.cc | ||||
| tests/BLI_task_graph_test.cc | tests/BLI_task_graph_test.cc | ||||
| tests/BLI_task_test.cc | tests/BLI_task_test.cc | ||||
| tests/BLI_uuid_test.cc | tests/BLI_uuid_test.cc | ||||
| tests/BLI_vector_set_test.cc | tests/BLI_vector_set_test.cc | ||||
| Show All 16 Lines | |||||