1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

CMake: Ensure that LV2 plugin can be built in isolation

This commit is contained in:
reuk 2023-08-15 12:06:17 +01:00
parent 03b86ceb08
commit a305646440
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -1236,6 +1236,8 @@ function(_juce_link_plugin_wrapper shared_code_target kind)
if(NOT kind STREQUAL "LV2")
_juce_configure_bundle(${shared_code_target} ${target_name})
else()
_juce_write_configure_time_info(${shared_code_target})
endif()
_juce_set_plugin_target_properties(${shared_code_target} ${kind})