Browse Source

Use less permissive globbing when searching for parser files.

pull/86/head
triton 12 years ago
parent
commit
f5e022f319
  1. 4
      src/Parser/Parser.lua

4
src/Parser/Parser.lua

@ -39,9 +39,9 @@ project "CppSharp.Parser" @@ -39,9 +39,9 @@ project "CppSharp.Parser"
files
{
"**.h",
"*.h",
"*.cpp",
"**.lua"
"*.lua"
}
SetupLLVMLibs()

Loading…
Cancel
Save