Merge pull request #115359 from jrouwe/add_inl
Add .inl files to the MSVC solution
This commit is contained in:
commit
b328f597a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1151,7 +1151,7 @@ def generate_vs_project(env, original_args, project_name="godot"):
|
|||
sys.modules.pop("msvs")
|
||||
|
||||
extensions = {}
|
||||
extensions["headers"] = [".h", ".hh", ".hpp", ".hxx", ".inc"]
|
||||
extensions["headers"] = [".h", ".hh", ".hpp", ".hxx", ".inc", ".inl"]
|
||||
extensions["sources"] = [".c", ".cc", ".cpp", ".cxx", ".m", ".mm", ".java"]
|
||||
extensions["others"] = [".natvis", ".glsl", ".rc"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue