source:
code/branches/ode/ode-0.9/build/tests.lua
@
216
Last change on this file since 216 was 216, checked in by mathiask, 18 years ago | |
---|---|
File size: 432 bytes |
Rev | Line | |
---|---|---|
[216] | 1 | package.name = "tests" |
2 | package.kind = "exe" | |
3 | package.language = "c++" | |
4 | package.path = packagepath | |
5 | package.objdir = "obj/tests" | |
6 | ||
7 | package.includepaths = | |
8 | { | |
9 | "../../include", | |
10 | "../../tests/CppTestHarness" | |
11 | } | |
12 | ||
13 | package.defines = | |
14 | { | |
15 | "_CRT_SECURE_NO_DEPRECATE" | |
16 | } | |
17 | ||
18 | package.links = | |
19 | { | |
20 | "ode" | |
21 | } | |
22 | ||
23 | package.files = | |
24 | { | |
25 | matchrecursive("../../tests/*.h", "../../tests/*.cpp") | |
26 | } |
Note: See TracBrowser
for help on using the repository browser.