Add cxxopts third party dependency
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -52,3 +52,6 @@
|
|||||||
[submodule "third_party/cpptoml"]
|
[submodule "third_party/cpptoml"]
|
||||||
path = third_party/cpptoml
|
path = third_party/cpptoml
|
||||||
url = https://github.com/skystrife/cpptoml
|
url = https://github.com/skystrife/cpptoml
|
||||||
|
[submodule "third_party/cxxopts"]
|
||||||
|
path = third_party/cxxopts
|
||||||
|
url = https://github.com/jarro2783/cxxopts
|
||||||
|
|||||||
@@ -233,6 +233,7 @@ solution("xenia")
|
|||||||
include("third_party/aes_128.lua")
|
include("third_party/aes_128.lua")
|
||||||
include("third_party/capstone.lua")
|
include("third_party/capstone.lua")
|
||||||
include("third_party/discord-rpc.lua")
|
include("third_party/discord-rpc.lua")
|
||||||
|
include("third_party/cxxopts.lua")
|
||||||
include("third_party/gflags.lua")
|
include("third_party/gflags.lua")
|
||||||
include("third_party/cpptoml.lua")
|
include("third_party/cpptoml.lua")
|
||||||
include("third_party/glew.lua")
|
include("third_party/glew.lua")
|
||||||
|
|||||||
1
third_party/cxxopts
vendored
Submodule
1
third_party/cxxopts
vendored
Submodule
Submodule third_party/cxxopts added at 48e265dc4b
9
third_party/cxxopts.lua
vendored
Normal file
9
third_party/cxxopts.lua
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
group("third_party")
|
||||||
|
project("cxxopts")
|
||||||
|
uuid("8b68cbe8-2da4-4f28-be14-9352eafa3168")
|
||||||
|
kind("Utility")
|
||||||
|
language("C++")
|
||||||
|
files({
|
||||||
|
"cxxopts/include/cxxopts.hpp",
|
||||||
|
})
|
||||||
|
warnings("Off")
|
||||||
Reference in New Issue
Block a user