mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Adding yaml-cpp for #428, use rando fork until jbeder/yaml-cpp#342 lands.
This commit is contained in:
parent
171a10ab9b
commit
8770e6e6cf
8 changed files with 27 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ local function match_platform_files(base_path, base_match)
|
|||
base_path.."/"..base_match..".h",
|
||||
base_path.."/"..base_match..".c",
|
||||
base_path.."/"..base_match..".cc",
|
||||
base_path.."/"..base_match..".cpp",
|
||||
})
|
||||
removefiles({base_path.."/".."**_main.cc"})
|
||||
removefiles({base_path.."/".."**_test.cc"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue