Include .inc files in generated project files.
This commit is contained in:
parent
33662737ac
commit
367742ee54
|
@ -7,6 +7,7 @@ local function match_platform_files(base_path, base_match)
|
||||||
base_path.."/"..base_match..".c",
|
base_path.."/"..base_match..".c",
|
||||||
base_path.."/"..base_match..".cc",
|
base_path.."/"..base_match..".cc",
|
||||||
base_path.."/"..base_match..".cpp",
|
base_path.."/"..base_match..".cpp",
|
||||||
|
base_path.."/"..base_match..".inc",
|
||||||
})
|
})
|
||||||
removefiles({base_path.."/".."**_main.cc"})
|
removefiles({base_path.."/".."**_main.cc"})
|
||||||
removefiles({base_path.."/".."**_test.cc"})
|
removefiles({base_path.."/".."**_test.cc"})
|
||||||
|
|
Loading…
Reference in New Issue