Subversion Repositories gelsvn

Rev

Blame | Last modification | View Log | RSS feed

workspace {
    src {
        cmdline += -static
        implicit=GEL
        
        src/CGLA
        src/Geometry
        src/Graphics
        src/HMesh
        src/HMeshUtil
        src/IMesh
        src/IMeshUtil
        src/LinAlg
        src/Util
        
    }
  
    test {
        implicit=GELapp

        test/CGLA-covariance
        test/CGLA-mat
        test/CGLA-ogl
        test/CGLA-simple
        test/CGLA-vec
        test/Geometry-kdtree
        test/LinAlg-leastsq
        test/Util-resman
    }
    apps {
        implicit=GELapp
        cmdline += -value_project "lit_libs=Glui32 DevIL ILUT ILU"
        apps/BloomenthalPolygonize
        apps/BoundaryCollapse
        apps/Decimator
        apps/IMeshViewer
        apps/OBJViewer
        apps/VolumePolygonize
    }

    
}