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(covariance_test) : GELapp {
2
    includes +=
3
    libpaths +=
4
    libs += CGLA
5
    exename = covariance_test
6
    Source_Files {
7
        covariance_test.cpp
8
    }
68 bj 9
}
10
 
72 bj 11
project(mat_test) : GELapp {
12
    includes +=
13
    libpaths +=
14
    libs += CGLA
15
    Source_Files {
16
        mat_test.cpp
17
    }
18
    exename = mat_test
19
 
68 bj 20
}
21
 
72 bj 22
project(ogl_test) : GELapp {
23
    includes +=
24
    libpaths +=
25
    libs += CGLA
26
    Source_Files {
27
        ogl_test.cpp
28
    }
29
    exename = ogl_test
30
 
68 bj 31
}
32
 
72 bj 33
project(simple_test) : GELapp {
34
    includes +=
35
    libpaths +=
36
    libs += CGLA
37
    Source_Files {
38
        simple_test.cpp
39
    }
40
    exename = simple_test
41
 
68 bj 42
}
43
 
72 bj 44
project(vec_test) : GELapp {
45
    includes +=
46
    libpaths +=
47
    libs += CGLA
48
    Source_Files {
49
        vec_test.cpp
50
    }
51
    exename = vec_test
52
 
68 bj 53
}