Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/generic/CMakeLists.txt
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | set(SRC | ||||
| imbuf_py_api.h | imbuf_py_api.h | ||||
| py_capi_utils.h | py_capi_utils.h | ||||
| # header-only | # header-only | ||||
| python_utildefines.h | python_utildefines.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| ${GLEW_LIBRARY} | |||||
| ) | ) | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_python_ext "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_python_ext "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||