mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
This change means that imported juce modules will be made available both with and without a namespace prefix, e.g. `juce_core` and `juce::juce_core` will both be created. This change allows custom modules to specify dependencies without a juce:: prefix, which allows the modules to be used with the Projucer, or under CMake with JUCE in a subdirectory, or under CMake with JUCE installed to the system. |
||
|---|---|---|
| .. | ||
| copyDir.cmake | ||
| JUCEConfig.cmake.in | ||
| JUCEHelperTargets.cmake | ||
| JUCEUtils.cmake | ||
| LaunchScreen.storyboard | ||
| PIPAudioProcessor.cpp.in | ||
| PIPComponent.cpp.in | ||
| PIPConsole.cpp.in | ||
| RecentFilesMenuTemplate.nib | ||
| UnityPluginGUIScript.cs.in | ||