Subversion Repositories gelsvn

Rev

Rev 68 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
72 bj 1
project(kdtreetest) : GELapp {
2
    includes +=
3
    libpaths +=
4
    libs += CGLA Geometry
5
    Source_Files {
6
        kdtreetest.cpp
7
    }
8
    exename = kdtreetest    
68 bj 9
}
10
 
72 bj 11
project(fair-polygonize) : GELapp {
12
    includes +=
13
    libpaths +=
14
    libs += CGLA Geometry HMesh HMeshUtil Util
15
    Source_Files {
16
        fair-polygonize.cpp
17
    }
18
    exename = fair-polygonize
68 bj 19
}
20
 
72 bj 21
project(bloomenthal-polygonize) : GELapp {
22
    includes +=
23
    libpaths +=
24
    libs += CGLA Geometry HMesh HMeshUtil Util
25
    Source_Files {
26
        bloomenthal-polygonize.cpp
27
    }
28
    exename = bloomenthal-polygonize
68 bj 29
}