Add nlohmann json submodule third party dependency

This commit is contained in:
Jan
2022-04-18 11:23:05 +02:00
parent 2ec65924c6
commit 0f47e64486
5 changed files with 30 additions and 0 deletions

View File

@ -75,6 +75,7 @@ workspace "OpenAssetTools"
include "thirdparty/catch2.lua"
include "thirdparty/libtomcrypt.lua"
include "thirdparty/libtommath.lua"
include "thirdparty/json.lua"
include "thirdparty/minilzo.lua"
include "thirdparty/minizip.lua"
include "thirdparty/salsa20.lua"
@ -85,6 +86,7 @@ group "ThirdParty"
catch2:project()
libtommath:project()
libtomcrypt:project()
json:project()
minilzo:project()
minizip:project()
salsa20:project()