mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
chore: add eigen library for vector math
This commit is contained in:
23
thirdparty/eigen.lua
vendored
Normal file
23
thirdparty/eigen.lua
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
eigen = {}
|
||||
|
||||
function eigen:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
includedirs {
|
||||
path.join(ThirdPartyFolder(), "eigen", "Eigen")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
function eigen:link()
|
||||
end
|
||||
|
||||
function eigen:use()
|
||||
|
||||
end
|
||||
|
||||
function eigen:name()
|
||||
return "eigen"
|
||||
end
|
||||
|
||||
function eigen:project()
|
||||
end
|
Reference in New Issue
Block a user