mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CMake: Add missing VST3_HELPER to JUCEConfig file
This commit is contained in:
parent
f27fbbb4a6
commit
6db2e5ae66
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/LV2_HELPER.cmake")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/VST3_HELPER.cmake")
|
||||
|
||||
if(NOT TARGET juce::juceaide)
|
||||
add_executable(juce::juceaide IMPORTED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue