在 Premake 中指定文件类型

Specifying File Type in Premake

我在 Visual Studio 中使用 Premake。我的项目包含正常的 *.h、*.cpp 和 *.inl 文件。我想强制 Visual Studio 将 *.inl 文件视为 C/C++ header 文件(这可以通过文件属性 window 手动设置"Item Type").

默认情况下,Premake 将它们设置为 "Does not participate in build"。

有没有办法在 Premake 中做到这一点?

这已在 PR 710 中修复(由@Zeenobit 撰写,感谢!)。