mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Also add assembler files to MSVC projects
This commit is contained in:
parent
72878309f8
commit
6fdb7e33bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1665,7 +1665,7 @@ protected:
|
|||
|
||||
jassert (path.getRoot() == RelativePath::buildTargetFolder);
|
||||
|
||||
if (path.hasFileExtension (cOrCppFileExtensions))
|
||||
if (path.hasFileExtension (cOrCppFileExtensions) || path.hasFileExtension (asmFileExtensions))
|
||||
{
|
||||
XmlElement* e = cpps.createNewChildElement ("ClCompile");
|
||||
e->setAttribute ("Include", path.toWindowsStyle());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue