1
0
Fork 0
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:
reuk 2023-06-08 11:57:44 +01:00
parent bc9e709e59
commit 6ef45eb20c
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -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)