Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/python/bmesh/CMakeLists.txt60
1 files changed, 30 insertions, 30 deletions
diff --git a/source/blender/python/bmesh/CMakeLists.txt b/source/blender/python/bmesh/CMakeLists.txt
index 23ecdf4aa75..14baa08abc1 100644
--- a/source/blender/python/bmesh/CMakeLists.txt
+++ b/source/blender/python/bmesh/CMakeLists.txt
@@ -16,49 +16,49 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- .
- ../../bmesh
- ../../blenkernel
- ../../blenlib
- ../../depsgraph
- ../../makesdna
- ../../../../intern/guardedalloc
+ .
+ ../../bmesh
+ ../../blenkernel
+ ../../blenlib
+ ../../depsgraph
+ ../../makesdna
+ ../../../../intern/guardedalloc
)
set(INC_SYS
- ${PYTHON_INCLUDE_DIRS}
+ ${PYTHON_INCLUDE_DIRS}
)
set(SRC
- bmesh_py_api.c
- bmesh_py_geometry.c
- bmesh_py_ops.c
- bmesh_py_ops_call.c
- bmesh_py_types.c
- bmesh_py_types_customdata.c
- bmesh_py_types_meshdata.c
- bmesh_py_types_select.c
- bmesh_py_utils.c
+ bmesh_py_api.c
+ bmesh_py_geometry.c
+ bmesh_py_ops.c
+ bmesh_py_ops_call.c
+ bmesh_py_types.c
+ bmesh_py_types_customdata.c
+ bmesh_py_types_meshdata.c
+ bmesh_py_types_select.c
+ bmesh_py_utils.c
- bmesh_py_api.h
- bmesh_py_geometry.h
- bmesh_py_ops.h
- bmesh_py_ops_call.h
- bmesh_py_types.h
- bmesh_py_types_customdata.h
- bmesh_py_types_meshdata.h
- bmesh_py_types_select.h
- bmesh_py_utils.h
+ bmesh_py_api.h
+ bmesh_py_geometry.h
+ bmesh_py_ops.h
+ bmesh_py_ops_call.h
+ bmesh_py_types.h
+ bmesh_py_types_customdata.h
+ bmesh_py_types_meshdata.h
+ bmesh_py_types_select.h
+ bmesh_py_utils.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
- bf_python_mathutils
+ bf_blenkernel
+ bf_blenlib
+ bf_python_mathutils
)
if(WITH_FREESTYLE)
- add_definitions(-DWITH_FREESTYLE)
+ add_definitions(-DWITH_FREESTYLE)
endif()
blender_add_lib(bf_python_bmesh "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")