DOC: Corrected class names in the file descriptions
[freefoam.git] / src / conversion / files.cmake
blobd18d1e55ac29c92f77de65f4994cb7b327476592
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2011 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 2 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, write to the Free Software Foundation,
29 #   Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
30 #-------------------------------------------------------------------------------
32 set(SRCS
33   ensight/file/ensightFile.C
34   ensight/file/ensightGeoFile.C
35   ensight/part/ensightPart.C
36   ensight/part/ensightPartIO.C
37   ensight/part/ensightPartCells.C
38   ensight/part/ensightPartFaces.C
39   ensight/part/ensightParts.C
40   meshTables/boundaryRegion.C
41   meshTables/cellTable.C
42   meshReader/meshReader.C
43   meshReader/meshReaderAux.C
44   meshReader/calcPointCells.C
45   meshReader/createPolyCells.C
46   meshReader/createPolyBoundary.C
47   meshReader/starcd/STARCDMeshReader.C
48   meshWriter/meshWriter.C
49   meshWriter/starcd/STARCDMeshWriter.C
50   polyDualMesh/polyDualMesh.C
51   )
53 set(HDRS
54   ensight/file/ensightFile.H
55   ensight/file/ensightGeoFile.H
56   ensight/part/ensightPart.H
57   ensight/part/ensightPartCells.H
58   ensight/part/ensightPartFaces.H
59   ensight/part/ensightPartI.H
60   ensight/part/ensightParts.H
61   ensight/part/ensightPartsI.H
62   meshReader/meshReader.H
63   meshReader/starcd/STARCDMeshReader.H
64   meshTables/boundaryRegion.H
65   meshTables/cellTable.H
66   meshWriter/meshWriter.H
67   meshWriter/starcd/STARCDMeshWriter.H
68   polyDualMesh/polyDualMesh.H
69   )
71 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file