Subversion Repositories gelsvn

Rev

Rev 135 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
workspace {
2
    src {
3
        cmdline += -static
4
        implicit=GEL
5
 
6
        src/CGLA
7
        src/Geometry
8
        src/Graphics
9
        src/HMesh
10
        src/HMeshUtil
11
	src/IMesh
12
	src/IMeshUtil
13
        src/LinAlg
14
        src/Util
15
 
16
    }
17
 
18
    test {
19
        implicit=GELapp
20
 
21
        test/CGLA-covariance
22
        test/CGLA-mat
23
        test/CGLA-ogl
24
        test/CGLA-simple
25
        test/CGLA-vec
26
        test/Geometry-kdtree
27
        test/LinAlg-leastsq
28
        test/Util-resman
29
    }
30
    apps {
31
	implicit=GELapp
32
        cmdline += -value_project "lit_libs=Glui32 DevIL ILUT ILU"
33
	apps/BloomenthalPolygonize
34
        apps/BoundaryCollapse
35
        apps/Decimator
36
        apps/IMeshViewer
37
        apps/OBJViewer
38
	apps/VolumePolygonize
39
    }
40
 
41
 
42
}
43