2010-06-04 11:34:57 +00:00
|
|
|
# ***** BEGIN GPL LICENSE BLOCK *****
|
|
|
|
|
#
|
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with this program; if not, write to the Free Software Foundation,
|
|
|
|
|
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
# ***** END GPL LICENSE BLOCK *****
|
|
|
|
|
|
2010-12-08 08:43:06 +00:00
|
|
|
set(INC
|
2019-04-17 06:17:24 +02:00
|
|
|
../include
|
|
|
|
|
../uvedit
|
|
|
|
|
../../blenkernel
|
|
|
|
|
../../blenlib
|
|
|
|
|
../../blentranslation
|
|
|
|
|
../../bmesh
|
2019-04-24 14:39:31 +10:00
|
|
|
../../depsgraph
|
2019-07-30 06:46:59 -03:00
|
|
|
../../draw
|
2019-04-17 06:17:24 +02:00
|
|
|
../../gpu
|
|
|
|
|
../../imbuf
|
|
|
|
|
../../makesdna
|
|
|
|
|
../../makesrna
|
|
|
|
|
../../render/extern/include
|
|
|
|
|
../../windowmanager
|
|
|
|
|
../../../../intern/clog
|
|
|
|
|
../../../../intern/glew-mx
|
2019-04-24 14:39:31 +10:00
|
|
|
../../../../intern/guardedalloc
|
2011-05-31 01:15:44 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
set(INC_SYS
|
2019-04-17 06:17:24 +02:00
|
|
|
${GLEW_INCLUDE_PATH}
|
2010-06-04 11:34:57 +00:00
|
|
|
)
|
|
|
|
|
|
2010-12-08 08:43:06 +00:00
|
|
|
set(SRC
|
2019-04-17 06:17:24 +02:00
|
|
|
editface.c
|
|
|
|
|
editmesh_add.c
|
|
|
|
|
editmesh_add_gizmo.c
|
2019-08-28 12:40:48 +10:00
|
|
|
editmesh_automerge.c
|
2019-04-17 06:17:24 +02:00
|
|
|
editmesh_bevel.c
|
|
|
|
|
editmesh_bisect.c
|
|
|
|
|
editmesh_extrude.c
|
|
|
|
|
editmesh_extrude_screw.c
|
|
|
|
|
editmesh_extrude_spin.c
|
|
|
|
|
editmesh_extrude_spin_gizmo.c
|
|
|
|
|
editmesh_inset.c
|
|
|
|
|
editmesh_intersect.c
|
|
|
|
|
editmesh_knife.c
|
|
|
|
|
editmesh_knife_project.c
|
|
|
|
|
editmesh_loopcut.c
|
2019-09-10 15:18:51 +02:00
|
|
|
editmesh_mask_extract.c
|
2019-04-17 06:17:24 +02:00
|
|
|
editmesh_path.c
|
|
|
|
|
editmesh_polybuild.c
|
|
|
|
|
editmesh_preselect_edgering.c
|
|
|
|
|
editmesh_preselect_elem.c
|
|
|
|
|
editmesh_rip.c
|
|
|
|
|
editmesh_rip_edge.c
|
|
|
|
|
editmesh_select.c
|
|
|
|
|
editmesh_select_similar.c
|
|
|
|
|
editmesh_tools.c
|
|
|
|
|
editmesh_undo.c
|
|
|
|
|
editmesh_utils.c
|
|
|
|
|
mesh_data.c
|
|
|
|
|
mesh_mirror.c
|
|
|
|
|
mesh_ops.c
|
|
|
|
|
meshtools.c
|
2011-05-09 02:45:52 +00:00
|
|
|
|
2019-04-17 06:17:24 +02:00
|
|
|
mesh_intern.h
|
2010-10-23 04:05:55 +00:00
|
|
|
)
|
2010-06-04 11:34:57 +00:00
|
|
|
|
2019-04-14 15:18:44 +02:00
|
|
|
set(LIB
|
2019-04-17 06:17:24 +02:00
|
|
|
bf_blenkernel
|
|
|
|
|
bf_blenlib
|
2019-11-25 15:45:03 +11:00
|
|
|
bf_windowmanager
|
2019-04-14 15:18:44 +02:00
|
|
|
)
|
|
|
|
|
|
2012-10-19 16:43:10 +00:00
|
|
|
if(WITH_INTERNATIONAL)
|
2019-04-17 06:17:24 +02:00
|
|
|
add_definitions(-DWITH_INTERNATIONAL)
|
2012-10-19 16:43:10 +00:00
|
|
|
endif()
|
|
|
|
|
|
2012-12-20 07:57:26 +00:00
|
|
|
if(WITH_FREESTYLE)
|
2019-04-17 06:17:24 +02:00
|
|
|
add_definitions(-DWITH_FREESTYLE)
|
2012-12-20 07:57:26 +00:00
|
|
|
endif()
|
|
|
|
|
|
2012-10-23 23:54:15 +00:00
|
|
|
if(WITH_BULLET)
|
2019-04-17 06:17:24 +02:00
|
|
|
add_definitions(-DWITH_BULLET)
|
2012-10-23 23:54:15 +00:00
|
|
|
endif()
|
|
|
|
|
|
2014-10-07 15:46:19 -05:00
|
|
|
add_definitions(${GL_DEFINITIONS})
|
|
|
|
|
|
2019-04-14 15:18:44 +02:00
|
|
|
blender_add_lib(bf_editor_mesh "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|