Subversion Repositories gelsvn

Rev

Rev 72 | Go to most recent revision | 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
22
    }
68 bj 23
}
72 bj 24