diff options
Diffstat (limited to 'thirdparty/bullet/src/LinearMath/premake4.lua')
-rw-r--r-- | thirdparty/bullet/src/LinearMath/premake4.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/bullet/src/LinearMath/premake4.lua b/thirdparty/bullet/src/LinearMath/premake4.lua deleted file mode 100644 index 524e2c3161..0000000000 --- a/thirdparty/bullet/src/LinearMath/premake4.lua +++ /dev/null @@ -1,10 +0,0 @@ - project "LinearMath" - - kind "StaticLib" - includedirs { - "..", - } - files { - "*.cpp", - "*.h" - } |