mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Ensure that AU resource forks are copied correctly when building with CMake
This commit is contained in:
parent
4a09440222
commit
c3b53425ad
1 changed files with 4 additions and 1 deletions
|
|
@ -413,9 +413,12 @@ function(_juce_add_au_resource_fork shared_code_target au_target)
|
|||
-I "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AudioUnit.framework/Headers"
|
||||
-isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
|
||||
"${au_rez_sources}"
|
||||
-useDF
|
||||
-o "${au_rez_output}"
|
||||
DEPENDS "${au_rez_input}" "${secret_au_plugindefines}"
|
||||
DEPENDS "${secret_au_plugindefines}"
|
||||
VERBATIM)
|
||||
|
||||
set(au_resource_directory "$<TARGET_BUNDLE_DIR:${au_target}>/Contents/Resources")
|
||||
endfunction()
|
||||
|
||||
# ==================================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue