ENH: Update FreeFOAM contributions to GPL v3
[freefoam.git] / src / triSurface / files.cmake
blob6e78a77db88ddb2a29aa3a82542b2f5822d8cfb1
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2012 Michael Wild <themiwi@users.sf.net>
12 #                         Gerber van der Graaf <gerber_graaf@users.sf.net>
13 #-------------------------------------------------------------------------------
14 # License
15 #   This file is part of FreeFOAM.
17 #   FreeFOAM is free software: you can redistribute it and/or modify it
18 #   under the terms of the GNU General Public License as published by the
19 #   Free Software Foundation, either version 3 of the License, or (at your
20 #   option) any later version.
22 #   FreeFOAM is distributed in the hope that it will be useful, but WITHOUT
23 #   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24 #   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
25 #   for more details.
27 #   You should have received a copy of the GNU General Public License
28 #   along with FreeFOAM.  If not, see <http://www.gnu.org/licenses/>.
29 #-------------------------------------------------------------------------------
31 set(SRCS
32   faceTriangulation/faceTriangulation.C
33   meshTriangulation/meshTriangulation.C
34   triSurface/triSurface.C
35   triSurface/triSurfaceAddressing.C
36   triSurface/stitchTriangles.C
37   triSurface/interfaces/STL/writeSTL.C
38   triSurface/interfaces/STL/readSTL.C
39   triSurface/interfaces/STL/readSTLASCII.L
40   triSurface/interfaces/STL/readSTLBINARY.C
41   triSurface/interfaces/GTS/writeGTS.C
42   triSurface/interfaces/GTS/readGTS.C
43   triSurface/interfaces/OBJ/readOBJ.C
44   triSurface/interfaces/OBJ/writeOBJ.C
45   triSurface/interfaces/SMESH/writeSMESH.C
46   triSurface/interfaces/OFF/readOFF.C
47   triSurface/interfaces/OFF/writeOFF.C
48   triSurface/interfaces/TRI/writeTRI.C
49   triSurface/interfaces/TRI/readTRI.C
50   triSurface/interfaces/DX/writeDX.C
51   triSurface/interfaces/AC3D/readAC.C
52   triSurface/interfaces/AC3D/writeAC.C
53   triSurface/interfaces/VTK/writeVTK.C
54   triSurface/interfaces/NAS/readNAS.C
55   triSurface/geometricSurfacePatch/geometricSurfacePatch.C
56   triSurface/surfacePatch/surfacePatch.C
57   triSurface/surfacePatch/surfacePatchIOList.C
58   tools/labelledTri/sortLabelledTri.C
59   triSurfaceFields/triSurfaceFields.C
60   )
62 set(HDRS
63   faceTriangulation/faceTriangulation.H
64   meshTriangulation/meshTriangulation.H
65   tools/hashSignedLabel/hashSignedLabel.H
66   tools/labelPair/labelPairLookup.H
67   tools/labelledTri/labelledTri.H
68   tools/labelledTri/labelledTriI.H
69   tools/labelledTri/sortLabelledTri.H
70   triSurface/geometricSurfacePatch/geometricSurfacePatch.H
71   triSurface/geometricSurfacePatch/geometricSurfacePatchList.H
72   triSurface/interfaces/STL/STLpoint.H
73   triSurface/interfaces/STL/STLpointI.H
74   triSurface/interfaces/STL/STLtriangle.H
75   triSurface/interfaces/STL/STLtriangleI.H
76   triSurface/surfacePatch/surfacePatch.H
77   triSurface/surfacePatch/surfacePatchIOList.H
78   triSurface/surfacePatch/surfacePatchList.H
79   triSurface/triSurface.H
80   triSurfaceFields/triSurfaceFields.H
81   triSurfaceFields/triSurfaceFieldsFwd.H
82   triSurfaceFields/triSurfaceGeoMesh.H
83   )
85 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file