mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Avoid marking juce_VST3ManifestHelper.mm as HEADER_FILE_ONLY
This commit is contained in:
parent
bc9e709e59
commit
6ef45eb20c
1 changed files with 1 additions and 0 deletions
|
|
@ -447,6 +447,7 @@ function(juce_add_module module_path)
|
|||
if(${module_name} STREQUAL "juce_audio_plugin_client")
|
||||
list(REMOVE_ITEM headers
|
||||
"${module_path}/LV2/juce_LV2ManifestHelper.cpp"
|
||||
"${module_path}/VST3/juce_VST3ManifestHelper.mm"
|
||||
"${module_path}/VST3/juce_VST3ManifestHelper.cpp")
|
||||
|
||||
_juce_get_platform_plugin_kinds(plugin_kinds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue