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

Side by Side Diff: source/blender/editors/mesh/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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 list(APPEND SRC 66 list(APPEND SRC
67 mesh_navmesh.c 67 mesh_navmesh.c
68 ) 68 )
69 endif() 69 endif()
70 70
71 if(WITH_INTERNATIONAL) 71 if(WITH_INTERNATIONAL)
72 add_definitions(-DWITH_INTERNATIONAL) 72 add_definitions(-DWITH_INTERNATIONAL)
73 endif() 73 endif()
74 74
75 if(WITH_FREESTYLE)
76 add_definitions(-DWITH_FREESTYLE)
77 endif()
78
75 if(WITH_BULLET) 79 if(WITH_BULLET)
76 add_definitions(-DWITH_BULLET) 80 add_definitions(-DWITH_BULLET)
77 endif() 81 endif()
78 82
79 blender_add_lib(bf_editor_mesh "${SRC}" "${INC}" "${INC_SYS}") 83 blender_add_lib(bf_editor_mesh "${SRC}" "${INC}" "${INC_SYS}")
OLDNEW

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