OpenSimMirror/libraries/ode-0.9/build/tests.lua

27 lines
432 B
Lua
Raw Normal View History

2007-10-19 05:24:38 +00:00
package.name = "tests"
package.kind = "exe"
package.language = "c++"
package.path = packagepath
package.objdir = "obj/tests"
package.includepaths =
{
"../../include",
"../../tests/CppTestHarness"
}
package.defines =
{
"_CRT_SECURE_NO_DEPRECATE"
}
package.links =
{
"ode"
}
package.files =
{
matchrecursive("../../tests/*.h", "../../tests/*.cpp")
}