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

CMakeLists.txt « bmesh « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2118af0a7aa669513b2a984b9d3d661f28868bc5 (plain)
1
2
3
4
5
6
7
8

FILE(GLOB SRC intern/*.c operators/*.c)

SET(INC . intern
	../makesdna ../makesrna ../blenkernel ../blenlib ../../../intern/guardedalloc ../editors/include ../editors/mesh)

BLENDERLIB(bf_bmesh "${SRC}" "${INC}")