mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 07:03:33 +00:00
[Build] Make premake-androidmk generate something
This commit is contained in:
parent
7cb3cc3564
commit
2f247e0f9e
5 changed files with 54 additions and 19 deletions
7
third_party/cpptoml.lua
vendored
7
third_party/cpptoml.lua
vendored
|
|
@ -1,7 +1,12 @@
|
|||
group("third_party")
|
||||
project("cpptoml")
|
||||
uuid("1e86cc51-3f8b-476d-9249-3b200424846b")
|
||||
kind("Utility")
|
||||
if os.istarget("android") then
|
||||
-- ndk-build only supports StaticLib and SharedLib.
|
||||
kind("StaticLib")
|
||||
else
|
||||
kind("Utility")
|
||||
end
|
||||
language("C++")
|
||||
files({
|
||||
"cpptoml/include/cpptoml.h",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue