19 lines
245 B
Lua
19 lines
245 B
Lua
project "testbed"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../build/lib"
|
|
includedirs {
|
|
".",
|
|
"../../bullet2"
|
|
}
|
|
configuration {"Windows"}
|
|
includedirs {
|
|
"../../rendering/GlutGlewWindows"
|
|
}
|
|
configuration{}
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
}
|