Add cpptoml third_party dependency

This commit is contained in:
Jonathan Goyvaerts
2018-11-25 16:39:14 +01:00
parent 3bcd1fb744
commit 08bdf5abe6
4 changed files with 13 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ solution("xenia")
include("third_party/capstone.lua")
include("third_party/discord-rpc.lua")
include("third_party/gflags.lua")
include("third_party/cpptoml.lua")
include("third_party/glew.lua")
include("third_party/glslang-spirv.lua")
include("third_party/imgui.lua")