Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/mathutils/CMakeLists.txt
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | set(SRC | ||||
| mathutils_bvhtree.h | mathutils_bvhtree.h | ||||
| mathutils_geometry.h | mathutils_geometry.h | ||||
| mathutils_interpolate.h | mathutils_interpolate.h | ||||
| mathutils_kdtree.h | mathutils_kdtree.h | ||||
| mathutils_noise.h | mathutils_noise.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenlib | |||||
| bf_python_ext | |||||
| ) | ) | ||||
| blender_add_lib(bf_python_mathutils "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_python_mathutils "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||