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

Side by Side Diff: source/blender/modifiers/CMakeLists.txt

Issue 5241048: Navmesh (don't impliment as a modifier) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: 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:
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 intern/MOD_edgesplit.c 58 intern/MOD_edgesplit.c
59 intern/MOD_explode.c 59 intern/MOD_explode.c
60 intern/MOD_fluidsim.c 60 intern/MOD_fluidsim.c
61 intern/MOD_fluidsim_util.c 61 intern/MOD_fluidsim_util.c
62 intern/MOD_hook.c 62 intern/MOD_hook.c
63 intern/MOD_lattice.c 63 intern/MOD_lattice.c
64 intern/MOD_mask.c 64 intern/MOD_mask.c
65 intern/MOD_meshdeform.c 65 intern/MOD_meshdeform.c
66 intern/MOD_mirror.c 66 intern/MOD_mirror.c
67 intern/MOD_multires.c 67 intern/MOD_multires.c
68 intern/MOD_navmesh.c
69 intern/MOD_none.c 68 intern/MOD_none.c
70 intern/MOD_particleinstance.c 69 intern/MOD_particleinstance.c
71 intern/MOD_particlesystem.c 70 intern/MOD_particlesystem.c
72 intern/MOD_screw.c 71 intern/MOD_screw.c
73 intern/MOD_shapekey.c 72 intern/MOD_shapekey.c
74 intern/MOD_shrinkwrap.c 73 intern/MOD_shrinkwrap.c
75 intern/MOD_simpledeform.c 74 intern/MOD_simpledeform.c
76 intern/MOD_smoke.c 75 intern/MOD_smoke.c
77 intern/MOD_smooth.c 76 intern/MOD_smooth.c
78 intern/MOD_softbody.c 77 intern/MOD_softbody.c
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 if(WITH_GAMEENGINE) 118 if(WITH_GAMEENGINE)
120 # for MOD_navmesh.c 119 # for MOD_navmesh.c
121 add_definitions(-DWITH_GAMEENGINE) 120 add_definitions(-DWITH_GAMEENGINE)
122 list(APPEND INC 121 list(APPEND INC
123 ../gpu 122 ../gpu
124 ../../../extern/recastnavigation 123 ../../../extern/recastnavigation
125 ) 124 )
126 endif() 125 endif()
127 126
128 blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}") 127 blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}")
OLDNEW

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