-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.workspace
53 lines (53 loc) · 2.39 KB
/
project.workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="Workspace">
<Project filename="exe/unitTester/unitTester.cbp">
<Depends filename="lib/adjoint/adjoint.cbp" />
<Depends filename="lib/flow/flow.cbp" />
<Depends filename="lib/mesh/mesh.cbp" />
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/geometry/geometryGeneration.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="lib/adjoint/adjoint.cbp" />
<Project filename="lib/flow/flow.cbp">
<Depends filename="lib/mesh/mesh.cbp" />
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="lib/flow_gpu/flow_gpu.cbp">
<Depends filename="lib/mesh/mesh.cbp" />
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="lib/mesh/mesh.cbp">
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/geometry/geometryGeneration.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="lib/geometry/geometryGeneration.cbp">
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="lib/mathUtils/mathUtils.cbp" />
<Project filename="lib/fileManagement/fileManagement.cbp" />
<Project filename="exe/console/console.cbp">
<Depends filename="lib/adjoint/adjoint.cbp" />
<Depends filename="lib/flow/flow.cbp" />
<Depends filename="lib/mesh/mesh.cbp" />
<Depends filename="lib/geometry/geometryGeneration.cbp" />
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="exe/console2/console2.cbp">
<Depends filename="lib/flow/flow.cbp" />
<Depends filename="lib/flow_gpu/flow_gpu.cbp" />
<Depends filename="lib/mesh/mesh.cbp" />
<Depends filename="lib/geometry/geometryGeneration.cbp" />
<Depends filename="lib/mathUtils/mathUtils.cbp" />
<Depends filename="lib/fileManagement/fileManagement.cbp" />
</Project>
<Project filename="exe/meshGenerator/meshGenerator.cbp" />
<Project filename="exe/interpolator/interpolator.cbp" />
</Workspace>
</CodeBlocks_workspace_file>