[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-physics / third-party / bullet3 / src / BulletSoftBody / premake4.lua
1         project "BulletSoftBody"
2                 
3         kind "StaticLib"
4         
5         includedirs {
6                 "..",
7         }
8     if os.is("Linux") then
9         buildoptions{"-fPIC"}
10     end
11         files {
12                 "**.cpp",
13                 "BulletReducedDeformableBody/**.cpp",
14                 "**.h"
15         }