Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show First 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | set(SRC | ||||
| 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_utf8.c | intern/string_utf8.c | ||||
| intern/string_utils.c | intern/string_utils.c | ||||
| intern/system.c | intern/system.c | ||||
| intern/task_pool.cc | |||||
| intern/task_iterator.c | intern/task_iterator.c | ||||
| intern/task_pool.cc | |||||
| intern/task_range.cc | |||||
| intern/task_scheduler.cc | |||||
| intern/threads.c | intern/threads.c | ||||
| intern/time.c | intern/time.c | ||||
| intern/timecode.c | intern/timecode.c | ||||
| intern/uvproject.c | intern/uvproject.c | ||||
| intern/voronoi_2d.c | intern/voronoi_2d.c | ||||
| intern/voxel.c | intern/voxel.c | ||||
| intern/winstuff.c | intern/winstuff.c | ||||
| intern/winstuff_dir.c | intern/winstuff_dir.c | ||||
| ▲ Show 20 Lines • Show All 133 Lines • ▼ Show 20 Lines | set(LIB | ||||
| ${FREETYPE_LIBRARY} | ${FREETYPE_LIBRARY} | ||||
| ) | ) | ||||
| if(WITH_MEM_VALGRIND) | if(WITH_MEM_VALGRIND) | ||||
| add_definitions(-DWITH_MEM_VALGRIND) | add_definitions(-DWITH_MEM_VALGRIND) | ||||
| endif() | endif() | ||||
| if(WITH_TBB) | |||||
| add_definitions(-DWITH_TBB) | |||||
| list(APPEND INC_SYS | |||||
| ${TBB_INCLUDE_DIRS} | |||||
| ) | |||||
| endif() | |||||
| if(WIN32) | if(WIN32) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../../intern/utfconv | ../../../intern/utfconv | ||||
| ) | ) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_intern_utfconv | bf_intern_utfconv | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| Show All 26 Lines | |||||