Merge pull request #115359 from jrouwe/add_inl

Add .inl files to the MSVC solution
This commit is contained in:
Thaddeus Crews 2026-01-26 13:14:18 -06:00
commit b328f597a3
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -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"]