Subversion Repositories gelsvn

Rev

Rev 74 | Details | Compare with Previous | Last modification | View Log | RSS feed

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