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

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

Issue 5285047: Camera tracking integration Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Left Patch Set: Corrected patch set 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$
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
(...skipping 22 matching lines...) Expand all
34 ../../windowmanager 33 ../../windowmanager
35 ../../../../intern/guardedalloc 34 ../../../../intern/guardedalloc
36 ${GLEW_INCLUDE_PATH} 35 ${GLEW_INCLUDE_PATH}
37 ) 36 )
38 37
39 set(INC_SYS 38 set(INC_SYS
40 ) 39 )
41 40
42 set(SRC 41 set(SRC
43 space_clip.c 42 space_clip.c
44 » clip_draw.c 43 » clip_draw_graph.c
44 » clip_draw_main.c
45 clip_toolbar.c 45 clip_toolbar.c
46 clip_ops.c 46 clip_ops.c
47 tracking_ops.c 47 tracking_ops.c
48 clip_editor.c 48 clip_editor.c
49 clip_buttons.c 49 clip_buttons.c
50 50
51 clip_intern.h 51 clip_intern.h
52 ) 52 )
53 53
54 blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}") 54 blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}")
LEFTRIGHT

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