1
0
Fork 0
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:
reuk 2024-10-16 19:18:00 +01:00 committed by Oliver James
parent f27fbbb4a6
commit 6db2e5ae66

View file

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