Subversion Repositories gelsvn

Rev

Rev 74 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 94
1
workspace {
1
workspace {
2
    src {
2
    src {
3
        cmdline += -static
3
        cmdline += -static
4
        
4
        
5
        src/CGLA
5
        src/CGLA
6
        src/Geometry
6
        src/Geometry
7
        src/Graphics
7
        src/Graphics
8
        src/HMesh
8
        src/HMesh
9
        src/HMeshUtil
9
        src/HMeshUtil
10
        src/IMesh
10
        src/IMesh
11
        src/IMeshUtil
11
        src/IMeshUtil
12
        src/Linalg
12
        src/Linalg
13
        src/Util
13
        src/Util
14
    }
14
    }
15
  
15
  
16
    apps {
16
    apps {
17
        apps/CGLA-test
17
        apps/CGLA-test
18
        apps/Geometry-test
18
        apps/Geometry-test
19
        apps/HMesh/HMesh-test.mpc
19
        apps/HMesh/HMesh-test.mpc
20
        apps/IMesh/IMesh-test.mpc
20
        apps/IMesh/IMesh-test.mpc
21
        apps/UtilTest
21
        apps/UtilTest
-
 
22
	apps/LinAlg-test
-
 
23
	apps/OBJViewer
-
 
24
	apps/VolumePolygonize
22
    }
25
    }
23
}
26
}
24
  
27
  
25
 
28