Add cxxopts third party dependency

This commit is contained in:
Jonathan Goyvaerts
2019-04-16 18:36:30 +02:00
parent 08bdf5abe6
commit 950e53779c
4 changed files with 14 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ solution("xenia")
include("third_party/aes_128.lua")
include("third_party/capstone.lua")
include("third_party/discord-rpc.lua")
include("third_party/cxxopts.lua")
include("third_party/gflags.lua")
include("third_party/cpptoml.lua")
include("third_party/glew.lua")