Subversion Repositories gelsvn

Rev

Rev 72 | 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
    }
68 bj 8
}
9
 
72 bj 10
project(bloomenthal-polygonize) : GELapp {
11
    includes +=
12
    libpaths +=
13
    libs += CGLA Geometry HMesh HMeshUtil Util
14
    Source_Files {
15
        bloomenthal-polygonize.cpp
16
    }
68 bj 17
}