Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(920)

Delta Between Two Patch Sets: source/blender/editors/util/CMakeLists.txt

Issue 5285047: Camera tracking integration Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Left Patch Set: Updated to tomato rev41142 Created 12 years, 5 months ago
Right Patch Set: Updated to tomato rev41255 Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
2 # ***** BEGIN GPL LICENSE BLOCK ***** 1 # ***** BEGIN GPL LICENSE BLOCK *****
3 # 2 #
4 # This program is free software; you can redistribute it and/or 3 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License 4 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2 5 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version. 6 # of the License, or (at your option) any later version.
8 # 7 #
9 # This program is distributed in the hope that it will be useful, 8 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details. 11 # GNU General Public License for more details.
13 # 12 #
14 # You should have received a copy of the GNU General Public License 13 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software Foundation, 14 # along with this program; if not, write to the Free Software Foundation,
16 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 15 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 # 16 #
18 # Contributor(s): Jacques Beaurain. 17 # Contributor(s): Jacques Beaurain.
19 # 18 #
20 # ***** END GPL LICENSE BLOCK ***** 19 # ***** END GPL LICENSE BLOCK *****
21 20
22 set(INC 21 set(INC
23 ../include 22 ../include
23 ../../blenfont
24 ../../blenkernel 24 ../../blenkernel
25 ../../blenlib 25 ../../blenlib
26 » ../../blenloader 26 » ../../bmesh
27 ../../makesdna 27 ../../makesdna
28 ../../makesrna 28 ../../makesrna
29 ../../windowmanager 29 ../../windowmanager
30 ../../../../intern/guardedalloc 30 ../../../../intern/guardedalloc
31 ) 31 )
32 32
33 set(INC_SYS 33 set(INC_SYS
34 34 » ${GLEW_INCLUDE_PATH}
35 ) 35 )
36 36
37 set(SRC 37 set(SRC
38 ed_util.c 38 ed_util.c
39 editmode_undo.c 39 editmode_undo.c
40 numinput.c 40 numinput.c
41 undo.c 41 undo.c
42 crazyspace.c 42 crazyspace.c
43 43
44 util_intern.h 44 util_intern.h
45 # general includes 45 # general includes
46 ../include/BIF_gl.h
47 ../include/BIF_glutil.h 46 ../include/BIF_glutil.h
48 ../include/ED_anim_api.h 47 ../include/ED_anim_api.h
49 ../include/ED_armature.h 48 ../include/ED_armature.h
50 ../include/ED_clip.h
51 ../include/ED_curve.h 49 ../include/ED_curve.h
52 ../include/ED_datafiles.h 50 ../include/ED_datafiles.h
53 ../include/ED_fileselect.h 51 ../include/ED_fileselect.h
54 ../include/ED_fluidsim.h
55 ../include/ED_gpencil.h
56 ../include/ED_image.h
57 ../include/ED_info.h
58 ../include/ED_keyframes_draw.h
59 ../include/ED_keyframes_edit.h
60 ../include/ED_keyframing.h
61 ../include/ED_lattice.h
62 ../include/ED_logic.h
63 ../include/ED_markers.h
64 ../include/ED_mball.h
65 ../include/ED_mesh.h
66 ../include/ED_node.h
67 ../include/ED_numinput.h
68 ../include/ED_object.h
69 ../include/ED_particle.h
70 ../include/ED_physics.h
71 ../include/ED_render.h
72 ../include/ED_screen.h
73 ../include/ED_screen_types.h
74 ../include/ED_sculpt.h
75 ../include/ED_sequencer.h
76 ../include/ED_sound.h
77 ../include/ED_space_api.h
78 ../include/ED_text.h
79 ../include/ED_transform.h
80 ../include/ED_types.h
81 ../include/ED_util.h
82 ../include/ED_uvedit.h
83 ../include/ED_view3d.h
84 ../include/UI_icons.h
85 ../include/UI_interface.h
86 ../include/UI_interface_icons.h
87 ../include/UI_resources.h
88 ../include/UI_view2d.h
89 )
90
91 blender_add_lib(bf_editor_util "${SRC}" "${INC}" "${INC_SYS}")
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b