Subversion Repositories gelsvn

Rev

Rev 69 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 72
Line 1... Line -...
1
project : GEL {
-
 
2
	includes +=
-
 
3
	libpaths +=
-
 
4
	libs +=
-
 
5
}
-
 
6
 
1
project(trimeshtest) : GELapp {
-
 
2
    includes +=
-
 
3
    libpaths +=
-
 
4
    libs += CGLA IMesh IMeshUtil Graphics Util
-
 
5
    lit_libs += glui32
-
 
6
    Source_Files {
-
 
7
        trimeshtest.cpp
-
 
8
    }
-
 
9
    exename = trimeshtest
-
 
10
}
-
 
11