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

Side by Side Diff: source/blender/bmesh/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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 add_definitions(-DWITH_BULLET) 129 add_definitions(-DWITH_BULLET)
130 list(APPEND INC_SYS 130 list(APPEND INC_SYS
131 ${BULLET_INCLUDE_DIRS} 131 ${BULLET_INCLUDE_DIRS}
132 ) 132 )
133 endif() 133 endif()
134 134
135 if(WITH_INTERNATIONAL) 135 if(WITH_INTERNATIONAL)
136 add_definitions(-DWITH_INTERNATIONAL) 136 add_definitions(-DWITH_INTERNATIONAL)
137 endif() 137 endif()
138 138
139 if(WITH_FREESTYLE)
140 add_definitions(-DWITH_FREESTYLE)
141 endif()
142
139 blender_add_lib(bf_bmesh "${SRC}" "${INC}" "${INC_SYS}") 143 blender_add_lib(bf_bmesh "${SRC}" "${INC}" "${INC_SYS}")
OLDNEW

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