premake: Small fixes to various premake files
In particular, add the "src" group to apu/xaudio2 project, which was missing.
This commit is contained in:
parent
d557c7aa0c
commit
f4dae2335c
|
@ -18,4 +18,3 @@ project("xenia-apu")
|
||||||
project_root.."/third_party/libav/",
|
project_root.."/third_party/libav/",
|
||||||
})
|
})
|
||||||
local_platform_files()
|
local_platform_files()
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
project_root = "../../../.."
|
project_root = "../../../.."
|
||||||
include(project_root.."/build_tools")
|
include(project_root.."/build_tools")
|
||||||
|
|
||||||
|
group("src")
|
||||||
project("xenia-apu-xaudio2")
|
project("xenia-apu-xaudio2")
|
||||||
uuid("7a54a497-24d9-4c0e-a013-8507a04231f9")
|
uuid("7a54a497-24d9-4c0e-a013-8507a04231f9")
|
||||||
kind("StaticLib")
|
kind("StaticLib")
|
||||||
|
|
Loading…
Reference in New Issue