Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show First 20 Lines • Show All 228 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BLI_voronoi_2d.h | BLI_voronoi_2d.h | ||||
| BLI_voxel.h | BLI_voxel.h | ||||
| BLI_winstuff.h | BLI_winstuff.h | ||||
| PIL_time.h | PIL_time.h | ||||
| PIL_time_utildefines.h | PIL_time_utildefines.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_intern_eigen | |||||
| bf_intern_guardedalloc | |||||
| bf_intern_numaapi | |||||
| extern_wcwidth | |||||
| ) | ) | ||||
| if(WITH_MEM_VALGRIND) | if(WITH_MEM_VALGRIND) | ||||
| add_definitions(-DWITH_MEM_VALGRIND) | add_definitions(-DWITH_MEM_VALGRIND) | ||||
| endif() | endif() | ||||
| if(WIN32) | if(WIN32) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| Show All 16 Lines | |||||