repo.or.cz
/
Torque-3d.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1874 from John3/readmeUpdate
[Torque-3d.git]
/
Engine
/
lib
/
bullet
/
src
/
BulletMultiThreaded
/
GpuSoftBodySolvers
/
DX11
/
premake4.lua
blob
4625306dca4ee4dd3d9f19c3a8bf8cad534c0ff6
1
2
hasDX11
=
findDirectX11
()
3
4
if
(
hasDX11
)
then
5
6
project
"BulletSoftBodyDX11Solvers"
7
8
initDirectX11
()
9
10
kind
"StaticLib"
11
12
targetdir
"../../../../lib"
13
14
includedirs
{
15
"."
,
16
"../../.."
17
}
18
files
{
19
"**.cpp"
,
20
"**.h"
21
}
22
23
end