mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
juce_core: Add tests and fix some bugs with Objective C helper functions
This commit is contained in:
parent
5e1865c1c2
commit
42ab5404c8
24 changed files with 164 additions and 99 deletions
|
|
@ -1086,6 +1086,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/native/juce_Network_mac.mm"
|
||||
"../../../../../modules/juce_core/native/juce_Network_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_ObjCHelpers_mac.h"
|
||||
"../../../../../modules/juce_core/native/juce_ObjCHelpers_mac_test.mm"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimer_generic.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimer_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimerListener.h"
|
||||
|
|
@ -3154,6 +3155,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_core/native/juce_Network_mac.mm"
|
||||
"../../../../../modules/juce_core/native/juce_Network_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_ObjCHelpers_mac.h"
|
||||
"../../../../../modules/juce_core/native/juce_ObjCHelpers_mac_test.mm"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimer_generic.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimer_windows.cpp"
|
||||
"../../../../../modules/juce_core/native/juce_PlatformTimerListener.h"
|
||||
|
|
|
|||
|
|
@ -2017,6 +2017,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_ObjCHelpers_mac_test.mm">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_generic.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -2017,6 +2017,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_ObjCHelpers_mac_test.mm">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_generic.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -2017,6 +2017,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_windows.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_ObjCHelpers_mac_test.mm">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_generic.cpp">
|
||||
<Filter>JUCE Modules\juce_core\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue