forked from LeenkxTeam/LNXSDK
11 lines
98 B
Lua
11 lines
98 B
Lua
|
project "LinearMath"
|
||
|
|
||
|
kind "StaticLib"
|
||
|
includedirs {
|
||
|
"..",
|
||
|
}
|
||
|
files {
|
||
|
"*.cpp",
|
||
|
"*.h"
|
||
|
}
|