mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Resave all projects
This commit is contained in:
parent
3f91c8782b
commit
8dd1ceb135
20 changed files with 56 additions and 0 deletions
|
|
@ -1090,6 +1090,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/native/juce_PlatformTimer_generic.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimer_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimerListener.h"
|
||||
"../../../../../modules/juce_core/native/juce_Process_mac.mm"
|
||||
"../../../../../modules/juce_core/native/juce_Registry_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_RuntimePermissions_android.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_SharedCode_intel.h"
|
||||
|
|
@ -3159,6 +3160,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_core/native/juce_PlatformTimer_generic.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimer_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimerListener.h"
|
||||
"../../../../../modules/juce_core/native/juce_Process_mac.mm"
|
||||
"../../../../../modules/juce_core/native/juce_Registry_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_RuntimePermissions_android.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_SharedCode_intel.h"
|
||||
|
|
|
|||
|
|
@ -2026,6 +2026,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Process_mac.mm">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Registry_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -2026,6 +2026,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Process_mac.mm">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Registry_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -2026,6 +2026,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Process_mac.mm">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Registry_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue