27 lines
257 B
Lua
27 lines
257 B
Lua
|
|
project "Bullet3AppSupport"
|
|
|
|
language "C++"
|
|
|
|
kind "StaticLib"
|
|
|
|
initOpenGL()
|
|
initGlew()
|
|
|
|
includedirs {
|
|
"..",
|
|
"../../src",
|
|
}
|
|
|
|
--links {
|
|
--}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.h",
|
|
}
|
|
|
|
if os.is("Linux") then
|
|
initX11()
|
|
end
|