Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/CMakeLists.txt
| Show First 20 Lines • Show All 67 Lines • ▼ Show 20 Lines | set(SRC | ||||
| mesh_mirror.c | mesh_mirror.c | ||||
| mesh_ops.c | mesh_ops.c | ||||
| meshtools.c | meshtools.c | ||||
| mesh_intern.h | mesh_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| ) | ) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| add_definitions(-DWITH_FREESTYLE) | add_definitions(-DWITH_FREESTYLE) | ||||
| Show All 9 Lines | |||||