mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-10 16:56:40 +00:00
chore: modman inital setup
This commit is contained in:
10
premake5.lua
10
premake5.lua
@@ -95,27 +95,29 @@ include "thirdparty/catch2.lua"
|
||||
include "thirdparty/eigen.lua"
|
||||
include "thirdparty/libtomcrypt.lua"
|
||||
include "thirdparty/libtommath.lua"
|
||||
include "thirdparty/lz4.lua"
|
||||
include "thirdparty/lzx.lua"
|
||||
include "thirdparty/json.lua"
|
||||
include "thirdparty/minilzo.lua"
|
||||
include "thirdparty/minizip.lua"
|
||||
include "thirdparty/salsa20.lua"
|
||||
include "thirdparty/webview.lua"
|
||||
include "thirdparty/zlib.lua"
|
||||
include "thirdparty/lz4.lua"
|
||||
|
||||
-- ThirdParty group: All projects that are external dependencies
|
||||
group "ThirdParty"
|
||||
catch2:project()
|
||||
eigen:project()
|
||||
libtommath:project()
|
||||
libtomcrypt:project()
|
||||
libtommath:project()
|
||||
lz4:project()
|
||||
lzx:project()
|
||||
json:project()
|
||||
minilzo:project()
|
||||
minizip:project()
|
||||
salsa20:project()
|
||||
webview:project()
|
||||
zlib:project()
|
||||
lz4:project()
|
||||
group ""
|
||||
|
||||
-- ========================
|
||||
@@ -125,6 +127,7 @@ include "src/Common.lua"
|
||||
include "src/Cryptography.lua"
|
||||
include "src/ImageConverter.lua"
|
||||
include "src/Linker.lua"
|
||||
include "src/ModMan.lua"
|
||||
include "src/Parser.lua"
|
||||
include "src/RawTemplater.lua"
|
||||
include "src/Unlinker.lua"
|
||||
@@ -170,6 +173,7 @@ group ""
|
||||
-- Tools group: All projects that compile into the final tools
|
||||
group "Tools"
|
||||
Linker:project()
|
||||
ModMan:project()
|
||||
Unlinker:project()
|
||||
ImageConverter:project()
|
||||
group ""
|
||||
|
Reference in New Issue
Block a user