chore: add eigen library for vector math

This commit is contained in:
Jan
2024-05-12 16:35:46 +02:00
parent b29089a61f
commit e0dd0ac9dc
5 changed files with 30 additions and 0 deletions

View File

@ -84,6 +84,7 @@ workspace "OpenAssetTools"
-- ThirdParty
-- ========================
include "thirdparty/catch2.lua"
include "thirdparty/eigen.lua"
include "thirdparty/libtomcrypt.lua"
include "thirdparty/libtommath.lua"
include "thirdparty/json.lua"
@ -95,6 +96,7 @@ include "thirdparty/zlib.lua"
-- ThirdParty group: All projects that are external dependencies
group "ThirdParty"
catch2:project()
eigen:project()
libtommath:project()
libtomcrypt:project()
json:project()