Skip to content

Commit

Permalink
Include .inc files in generated project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Jun 24, 2016
1 parent 3366273 commit 367742e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/scripts/platform_files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ local function match_platform_files(base_path, base_match)
base_path.."/"..base_match..".c",
base_path.."/"..base_match..".cc",
base_path.."/"..base_match..".cpp",
base_path.."/"..base_match..".inc",
})
removefiles({base_path.."/".."**_main.cc"})
removefiles({base_path.."/".."**_test.cc"})
Expand Down

0 comments on commit 367742e

Please sign in to comment.