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:
parent
03b86ceb08
commit
a305646440
1 changed files with 2 additions and 0 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue