mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Formatting premake files.
This commit is contained in:
parent
a86b3821f2
commit
764b11fa04
|
|
@ -21,6 +21,6 @@ project("xenia-cpu-backend-x64")
|
|||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/capstone/include",
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ project("xenia-hid-nop")
|
|||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
|
|
|
|||
4
third_party/libav.lua
vendored
4
third_party/libav.lua
vendored
|
|
@ -1,3 +1,3 @@
|
|||
group("third_party")
|
||||
include("libav/libavcodec/premake5.lua")
|
||||
include("libav/libavutil/premake5.lua")
|
||||
include("libav/libavcodec/premake5.lua")
|
||||
include("libav/libavutil/premake5.lua")
|
||||
|
|
|
|||
Loading…
Reference in a new issue