mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Added tvOS support.
This commit is contained in:
@@ -61,7 +61,7 @@ project ("example-common")
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "osx or ios*" }
|
||||
configuration { "osx or ios* or tvos*" }
|
||||
files {
|
||||
path.join(BGFX_DIR, "examples/common/**.mm"),
|
||||
}
|
||||
|
||||
@@ -312,7 +312,7 @@ function exampleProject(_name)
|
||||
"-framework OpenGL",
|
||||
}
|
||||
|
||||
configuration { "ios*" }
|
||||
configuration { "ios* or tvos*" }
|
||||
kind "ConsoleApp"
|
||||
linkoptions {
|
||||
"-framework CoreFoundation",
|
||||
@@ -329,6 +329,12 @@ function exampleProject(_name)
|
||||
path.join(BGFX_DIR, "examples/runtime/iOS-Info.plist"),
|
||||
}
|
||||
|
||||
configuration { "xcode4", "tvos" }
|
||||
kind "WindowedApp"
|
||||
files {
|
||||
path.join(BGFX_DIR, "examples/runtime/tvOS-Info.plist"),
|
||||
}
|
||||
|
||||
configuration { "qnx*" }
|
||||
targetextension ""
|
||||
links {
|
||||
|
||||
Reference in New Issue
Block a user