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