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

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: 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:
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
(no file at all)
1 # ***** BEGIN GPL LICENSE BLOCK *****
2 #
3 # This program is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU General Public License
5 # as published by the Free Software Foundation; either version 2
6 # of the License, or (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
12 #
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software Foundation,
15 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 #
17 # ***** END GPL LICENSE BLOCK *****
18
19 set(INC
20 .
21 intern
22 ../../extern/Eigen3
23 )
24
25 set(SRC
26 intern/manifold_table.cpp
27 intern/marching_cubes_table.cpp
28 intern/octree.cpp
29 intern/Projections.cpp
30 ········
31 intern/cubes.h
32 intern/GeoCommon.h
33 intern/manifold_table.h
34 intern/marching_cubes_table.h
35 intern/MemoryAllocator.h
36 intern/ModelReader.h
37 intern/octree.h
38 intern/Projections.h
39 intern/Queue.h
40
41 intern/dualcon_c_api.cpp
42 dualcon.h
43 )
44
45 blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "")
46
LEFTRIGHT

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