Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/bmesh/CMakeLists.txt
| Show First 20 Lines • Show All 46 Lines • ▼ Show 20 Lines | set(SRC | ||||
| bmesh_py_types.h | bmesh_py_types.h | ||||
| bmesh_py_types_customdata.h | bmesh_py_types_customdata.h | ||||
| bmesh_py_types_meshdata.h | bmesh_py_types_meshdata.h | ||||
| bmesh_py_types_select.h | bmesh_py_types_select.h | ||||
| bmesh_py_utils.h | bmesh_py_utils.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| bf_python_mathutils | |||||
| ) | ) | ||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| add_definitions(-DWITH_FREESTYLE) | add_definitions(-DWITH_FREESTYLE) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_python_bmesh "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_python_bmesh "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||