mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
hasDX11 = findDirectX11()
|
||||
|
||||
if (hasDX11) then
|
||||
|
||||
project "BulletSoftBodyDX11Solvers"
|
||||
|
||||
initDirectX11()
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
targetdir "../../../../lib"
|
||||
|
||||
includedirs {
|
||||
".",
|
||||
"../../.."
|
||||
}
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user