change order of files in CMaleLists.txt

this is done for better compilation order and speeding up the compilation
This commit is contained in:
Hamidreza Norouzi 2024-03-24 14:21:29 -07:00
parent 3af1420ff8
commit 38f1c8ec59
1 changed files with 15 additions and 12 deletions

View File

@ -45,25 +45,25 @@ repository/Time/baseTimeControl.cpp
repository/systemControl/systemControl.cpp repository/systemControl/systemControl.cpp
repository/systemControl/dynamicLinkLibs.cpp repository/systemControl/dynamicLinkLibs.cpp
commandLine/commandLine.cpp
eventManagement/subscriber.cpp eventManagement/subscriber.cpp
eventManagement/observer.cpp eventManagement/observer.cpp
demComponent/demComponent.cpp demComponent/demComponent.cpp
Timer/Timer.cpp
Timer/Timers.cpp
containers/Vector/Vectors.cpp containers/Vector/Vectors.cpp
containers/VectorHD/VectorSingles.cpp containers/VectorHD/VectorSingles.cpp
containers/Field/Fields.cpp containers/Field/Fields.cpp
containers/symArrayHD/symArrays.cpp containers/symArrayHD/symArrays.cpp
containers/List/anyList/anyList.cpp containers/List/anyList/anyList.cpp
containers/pointField/pointFields.cpp
containers/triSurfaceField/triSurfaceFields.cpp
setFieldList/setFieldList.cpp
setFieldList/setFieldEntry.cpp
Timer/Timer.cpp
Timer/Timers.cpp
structuredData/pointStructure/internalPointsKernels.cpp
structuredData/pointStructure/internalPoints.cpp
structuredData/zAxis/zAxis.cpp structuredData/zAxis/zAxis.cpp
structuredData/box/box.cpp structuredData/box/box.cpp
@ -73,15 +73,13 @@ structuredData/plane/plane.cpp
structuredData/domain/domain.cpp structuredData/domain/domain.cpp
structuredData/domain/simulationDomain.cpp structuredData/domain/simulationDomain.cpp
structuredData/domain/regularSimulationDomain.cpp structuredData/domain/regularSimulationDomain.cpp
structuredData/pointStructure/internalPointsKernels.cpp
structuredData/pointStructure/internalPoints.cpp
structuredData/pointStructure/pointStructure.cpp
structuredData/boundaries/boundaryBase/boundaryBase.cpp structuredData/boundaries/boundaryBase/boundaryBase.cpp
structuredData/boundaries/boundaryBase/boundaryBaseKernels.cpp structuredData/boundaries/boundaryBase/boundaryBaseKernels.cpp
structuredData/boundaries/boundaryExit/boundaryExit.cpp structuredData/boundaries/boundaryExit/boundaryExit.cpp
structuredData/boundaries/boundaryNone/boundaryNone.cpp structuredData/boundaries/boundaryNone/boundaryNone.cpp
structuredData/boundaries/boundaryPeriodic/boundaryPeriodic.cpp structuredData/boundaries/boundaryPeriodic/boundaryPeriodic.cpp
structuredData/boundaries/boundaryList.cpp structuredData/boundaries/boundaryList.cpp
structuredData/pointStructure/pointStructure.cpp
structuredData/pointStructure/selectors/pStructSelector/pStructSelector.cpp structuredData/pointStructure/selectors/pStructSelector/pStructSelector.cpp
structuredData/pointStructure/selectors/selectBox/selectBox.cpp structuredData/pointStructure/selectors/selectBox/selectBox.cpp
structuredData/pointStructure/selectors/selectRange/selectRange.cpp structuredData/pointStructure/selectors/selectRange/selectRange.cpp
@ -91,8 +89,13 @@ triSurface/subSurface.cpp
triSurface/triSurface.cpp triSurface/triSurface.cpp
triSurface/multiTriSurface.cpp triSurface/multiTriSurface.cpp
containers/pointField/pointFields.cpp
containers/triSurfaceField/triSurfaceFields.cpp
setFieldList/setFieldList.cpp
setFieldList/setFieldEntry.cpp
commandLine/commandLine.cpp
) )