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