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

Delta Between Two Patch Sets: source/blender/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 # ***** BEGIN GPL LICENSE BLOCK ***** 1 # ***** BEGIN GPL LICENSE BLOCK *****
2 # 2 #
3 # This program is free software; you can redistribute it and/or 3 # This program is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU General Public License 4 # modify it under the terms of the GNU General Public License
5 # as published by the Free Software Foundation; either version 2 5 # as published by the Free Software Foundation; either version 2
6 # of the License, or (at your option) any later version. 6 # of the License, or (at your option) any later version.
7 # 7 #
8 # 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,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_scene_types.h 72 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_scene_types.h
73 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_screen_types.h 73 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_screen_types.h
74 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sdna_types.h 74 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sdna_types.h
75 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sensor_types.h 75 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sensor_types.h
76 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sequence_types.h 76 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sequence_types.h
77 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_smoke_types.h 77 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_smoke_types.h
78 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sound_types.h 78 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sound_types.h
79 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_space_types.h 79 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_space_types.h
80 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_speaker_types.h 80 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_speaker_types.h
81 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_text_types.h 81 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_text_types.h
82 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_texture_types.h
83 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_view3d_types.h 82 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_view3d_types.h
84 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_windowmanager_types.h 83 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_windowmanager_types.h
85 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_world_types.h 84 ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_world_types.h
86 ) 85 )
87 86
88 add_subdirectory(editors) 87 add_subdirectory(editors)
LEFTRIGHT

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