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

Delta Between Two Patch Sets: intern/dualcon/CMakeLists.txt

Issue 5491053: Remesh modifier (dual contouring) (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Left Patch Set: Compilation fix and GPL headers Created 12 years, 3 months ago
Right Patch Set: Updated with build fixes from Sergey Created 12 years, 3 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
« no previous file with change/comment | « intern/SConscript ('k') | intern/dualcon/SConscript » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # $Id$
sergey.vfx 2011/12/20 15:00:02 Picky: we decided not to use $$Id keyword anymore
2 # ***** BEGIN GPL LICENSE BLOCK ***** 1 # ***** BEGIN GPL LICENSE BLOCK *****
3 # 2 #
4 # This program is free software; you can redistribute it and/or 3 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License 4 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2 5 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version. 6 # of the License, or (at your option) any later version.
8 # 7 #
9 # 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,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
(...skipping 26 matching lines...) Expand all
38 intern/octree.h 37 intern/octree.h
39 intern/Projections.h 38 intern/Projections.h
40 intern/Queue.h 39 intern/Queue.h
41 40
42 intern/dualcon_c_api.cpp 41 intern/dualcon_c_api.cpp
43 dualcon.h 42 dualcon.h
44 ) 43 )
45 44
46 blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "") 45 blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "")
47 46
LEFTRIGHT

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