1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

LV2: Add initial hosting support

This commit is contained in:
reuk 2021-10-20 20:19:22 +01:00
parent 1d04669410
commit 1182024fc4
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
280 changed files with 18125 additions and 295 deletions

View file

@ -279,6 +279,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Optional_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@ -1691,6 +1694,7 @@
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_LinkedListPointer.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Optional.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.h"/>
@ -1860,6 +1864,7 @@
<ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MountedVolumeListChangeDetector.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_NotificationType.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_linux_EventLoop.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_linux_EventLoopInternal.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_osx_MessageQueue.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_ScopedLowPowerModeDisabler.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_win32_HiddenMessageWindow.h"/>