Add cxxopts third party dependency
This commit is contained in:
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