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

Side by Side Diff: source/blenderplayer/CMakeLists.txt

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years 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:
View unified diff | Download patch
OLDNEW
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 bf_bmesh 96 bf_bmesh
97 bf_blenkernel 97 bf_blenkernel
98 bf_intern_rigidbody 98 bf_intern_rigidbody
99 bf_blenloader 99 bf_blenloader
100 ge_blen_routines 100 ge_blen_routines
101 bf_editor_datafiles 101 bf_editor_datafiles
102 ge_converter· 102 ge_converter·
103 ge_logic_ketsji· 103 ge_logic_ketsji·
104 ge_phys_bullet· 104 ge_phys_bullet·
105 ge_phys_dummy 105 ge_phys_dummy
106 ge_phys_common·
106 ge_logic· 107 ge_logic·
107 ge_rasterizer· 108 ge_rasterizer·
108 ge_oglrasterizer· 109 ge_oglrasterizer·
109 ge_logic_expressions· 110 ge_logic_expressions·
110 ge_scenegraph 111 ge_scenegraph
111 bf_ikplugin 112 bf_ikplugin
112 bf_intern_itasc 113 bf_intern_itasc
113 bf_intern_iksolver 114 bf_intern_iksolver
114 bf_intern_smoke 115 bf_intern_smoke
115 bf_modifiers 116 bf_modifiers
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 223
223 # else() 224 # else()
224 # target_link_libraries(blenderplayer ${BLENDER_LINK_LIBS}) 225 # target_link_libraries(blenderplayer ${BLENDER_LINK_LIBS})
225 # endif() 226 # endif()
226 227
227 if(WITH_PLAYER) 228 if(WITH_PLAYER)
228 add_subdirectory(bad_level_call_stubs) 229 add_subdirectory(bad_level_call_stubs)
229 endif() 230 endif()
230 231
231 setup_liblinks(blenderplayer) 232 setup_liblinks(blenderplayer)
OLDNEW

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