mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-09 06:49:31 +00:00
19 lines
237 B
Lua
19 lines
237 B
Lua
project "OpenGLSupport"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {
|
|
".",
|
|
"../../src"
|
|
}
|
|
configuration {"Windows"}
|
|
includedirs {
|
|
"../../Glut"
|
|
}
|
|
configuration{}
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
}
|